mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Update styling of "Print settings" header
This commit is contained in:
parent
1c1371489b
commit
242b46dcca
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue