Change the font of the checkbox

CURA-4503
This commit is contained in:
Mark 2017-11-01 10:44:46 +01:00
parent fb87b73bbe
commit 512541be08

View file

@ -81,6 +81,12 @@ UM.Dialog
id: rememberChoiceCheckBox
text: catalog.i18nc("@text:window", "Remember my choice")
checked: UM.Preferences.getValue("cura/choice_on_open_project") != "always_ask"
style: CheckBoxStyle {
label: Label {
text: control.text
font: UM.Theme.getFont("default")
}
}
}
// Buttons