1
0

make Constants an Item and a child of main so it properly inherits material

style settings from main
This commit is contained in:
Sander van Grieken
2022-04-07 12:25:10 +02:00
parent 90416bd6e2
commit c4c35c7cde
6 changed files with 15 additions and 13 deletions

View File

@@ -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
}