From 4e65232364c4383f507bc2a1b59f676e50c1e476 Mon Sep 17 00:00:00 2001 From: Diego Prado Gesto Date: Fri, 17 May 2019 11:58:30 +0200 Subject: [PATCH] Change the font size of settings in extruder tab To make it consistent with the sizes in the Printer tab. --- plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml b/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml index 65f1e8a57a..9341f7f67e 100644 --- a/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml +++ b/plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml @@ -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