make Constants an Item and a child of main so it properly inherits material
style settings from main
This commit is contained in:
@@ -53,12 +53,12 @@ Item {
|
||||
ColumnLayout {
|
||||
anchors.centerIn: parent
|
||||
width: parent.width
|
||||
spacing: 40
|
||||
spacing: 2*constants.paddingXLarge
|
||||
visible: Daemon.currentWallet == null
|
||||
|
||||
Label {
|
||||
text: qsTr('No wallet loaded')
|
||||
font.pixelSize: 24
|
||||
font.pixelSize: constants.fontSizeXXLarge
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user