mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Change the font of the checkbox
CURA-4503
This commit is contained in:
parent
fb87b73bbe
commit
512541be08
1 changed files with 6 additions and 0 deletions
|
@ -81,6 +81,12 @@ UM.Dialog
|
||||||
id: rememberChoiceCheckBox
|
id: rememberChoiceCheckBox
|
||||||
text: catalog.i18nc("@text:window", "Remember my choice")
|
text: catalog.i18nc("@text:window", "Remember my choice")
|
||||||
checked: UM.Preferences.getValue("cura/choice_on_open_project") != "always_ask"
|
checked: UM.Preferences.getValue("cura/choice_on_open_project") != "always_ask"
|
||||||
|
style: CheckBoxStyle {
|
||||||
|
label: Label {
|
||||||
|
text: control.text
|
||||||
|
font: UM.Theme.getFont("default")
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Buttons
|
// Buttons
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue