diff options
| author | taushet <alexanderlott@gmail.com> | 2016-12-21 15:45:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-21 15:45:02 +0100 |
| commit | 23921c936f21b596234254b60406bd27ab04c5df (patch) | |
| tree | 77266617f77b9b7d3e55914e8c079f322b5c0c4d /wizard | |
| parent | 7555502d64aeaa56a04fdf232855f342227d380d (diff) | |
| download | monzero-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.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 |
