Update styling of "Print settings" header

This commit is contained in:
Arjen Hiemstra 2015-02-11 14:34:59 +01:00
parent 1c1371489b
commit 242b46dcca

View file

@ -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;