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:
Diego Prado Gesto 2019-05-17 11:58:30 +02:00
parent a28ca19647
commit 4e65232364

View File

@ -22,7 +22,7 @@ Item
property int labelWidth: 210 * screenScaleFactor
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 columnSpacing: 3 * screenScaleFactor