aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authortaushet <alexanderlott@gmail.com>2016-12-21 15:45:02 +0100
committerGitHub <noreply@github.com>2016-12-21 15:45:02 +0100
commit23921c936f21b596234254b60406bd27ab04c5df (patch)
tree77266617f77b9b7d3e55914e8c079f322b5c0c4d /wizard
parent7555502d64aeaa56a04fdf232855f342227d380d (diff)
downloadmonzero-gui-23921c936f21b596234254b60406bd27ab04c5df.tar.gz
monzero-gui-23921c936f21b596234254b60406bd27ab04c5df.tar.xz
monzero-gui-23921c936f21b596234254b60406bd27ab04c5df.zip
Smaller fontsize on WizardWelcome
(see #321)
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardWelcome.qml2
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