From 23921c936f21b596234254b60406bd27ab04c5df Mon Sep 17 00:00:00 2001 From: taushet Date: Wed, 21 Dec 2016 15:45:02 +0100 Subject: [PATCH] Smaller fontsize on WizardWelcome (see #321) --- wizard/WizardWelcome.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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