mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:05:57 +08:00
Change the font size of settings in extruder tab
To make it consistent with the sizes in the Printer tab.
This commit is contained in:
parent
a28ca19647
commit
4e65232364
@ -22,7 +22,7 @@ Item
|
|||||||
|
|
||||||
property int labelWidth: 210 * screenScaleFactor
|
property int labelWidth: 210 * screenScaleFactor
|
||||||
property int controlWidth: (UM.Theme.getSize("setting_control").width * 3 / 4) | 0
|
property int controlWidth: (UM.Theme.getSize("setting_control").width * 3 / 4) | 0
|
||||||
property var labelFont: UM.Theme.getFont("medium")
|
property var labelFont: UM.Theme.getFont("default")
|
||||||
|
|
||||||
property int columnWidth: ((parent.width - 2 * UM.Theme.getSize("default_margin").width) / 2) | 0
|
property int columnWidth: ((parent.width - 2 * UM.Theme.getSize("default_margin").width) / 2) | 0
|
||||||
property int columnSpacing: 3 * screenScaleFactor
|
property int columnSpacing: 3 * screenScaleFactor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user