Change the font of the customMachineSettings window

CURA-6057
This commit is contained in:
Jaime van Kessel 2019-04-03 17:08:07 +02:00
parent cf68fb9cae
commit 75386c0b7e
2 changed files with 2 additions and 1 deletions

View file

@ -22,7 +22,7 @@ Item
property int labelWidth: 130
property int controlWidth: UM.Theme.getSize("setting_control").width * 3 / 4
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
property int columnSpacing: 3