Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Prado Gesto <d.pradogesto@ultimaker.com>2019-05-17 12:58:30 +0300
committerDiego Prado Gesto <d.pradogesto@ultimaker.com>2019-05-17 12:58:30 +0300
commit4e65232364c4383f507bc2a1b59f676e50c1e476 (patch)
treea02d17f3f97b8a7047ce9ab539cac2bb0616af29 /plugins/MachineSettingsAction
parenta28ca1964785e123d62fa25969e79ecc46d62de1 (diff)
Change the font size of settings in extruder tab
To make it consistent with the sizes in the Printer tab.
Diffstat (limited to 'plugins/MachineSettingsAction')
-rw-r--r--plugins/MachineSettingsAction/MachineSettingsExtruderTab.qml2
1 files changed, 1 insertions, 1 deletions
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