mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06:00
CURA-4870 Reduce text size of the Machine selector menu
This commit is contained in:
parent
86103b4a0f
commit
4c7ec3920d
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ Button
|
||||||
anchors.right: downArrow.left
|
anchors.right: downArrow.left
|
||||||
anchors.rightMargin: control.rightMargin
|
anchors.rightMargin: control.rightMargin
|
||||||
anchors.verticalCenter: parent.verticalCenter;
|
anchors.verticalCenter: parent.verticalCenter;
|
||||||
font: UM.Theme.getFont("medium_bold")
|
font: UM.Theme.getFont("medium")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
label: Label {}
|
label: Label {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue