From 242b46dccadcb2169528a6b64ebd8d6fcf3001b2 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Wed, 11 Feb 2015 14:34:59 +0100 Subject: [PATCH] Update styling of "Print settings" header --- SettingsPane.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SettingsPane.qml b/SettingsPane.qml index aed4c429aa..29172fa5b3 100644 --- a/SettingsPane.qml +++ b/SettingsPane.qml @@ -37,7 +37,7 @@ Rectangle { rightMargin: UM.Theme.defaultMargin; } - Label { text: "Print Settings"; width: parent.width; } + Label { text: "Print Settings"; width: parent.width; font.capitalization: Font.AllUppercase; font.pointSize: UM.Theme.smallTextSize; } Item { width: parent.width;