diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-12-21 21:55:41 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-12-21 21:55:41 +0200 |
| commit | 3d5701047e7264b704c83faad26fae3ac6e419e2 (patch) | |
| tree | 726eb21f60a0654a67e5ef12aa5a63d7bc8932ed | |
| parent | 7b049bbae9c563763bd9cfdfc31109c44be3c308 (diff) | |
| parent | 23921c936f21b596234254b60406bd27ab04c5df (diff) | |
| download | monzero-gui-3d5701047e7264b704c83faad26fae3ac6e419e2.tar.gz monzero-gui-3d5701047e7264b704c83faad26fae3ac6e419e2.tar.xz monzero-gui-3d5701047e7264b704c83faad26fae3ac6e419e2.zip | |
Merge pull request #323
23921c9 Smaller fontsize on WizardWelcome (taushet)
| -rw-r--r-- | wizard/WizardWelcome.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardWelcome.qml b/wizard/WizardWelcome.qml index c80372b3..a2d69b34 100644 --- a/wizard/WizardWelcome.qml +++ b/wizard/WizardWelcome.qml @@ -158,7 +158,7 @@ Item { Text { font.family: "Arial" - font.pixelSize: 24 + font.pixelSize: 18 anchors.horizontalCenter: parent.horizontalCenter anchors.top: flagRect.bottom anchors.topMargin: 10 |
