mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Selected state font is not bold anymore for custom and recommended
CURA-4148
This commit is contained in:
parent
db77a4690c
commit
3b12e39ba8
3 changed files with 5 additions and 2 deletions
|
|
@ -181,7 +181,7 @@ Rectangle
|
|||
color: (control.checked || control.pressed) ? UM.Theme.getColor("action_button_active_text") :
|
||||
control.hovered ? UM.Theme.getColor("action_button_hovered_text") :
|
||||
UM.Theme.getColor("action_button_text")
|
||||
font: (control.checked || control.pressed) ? UM.Theme.getFont("default_bold") : UM.Theme.getFont("default")
|
||||
font: (control.checked || control.pressed) ? UM.Theme.getFont("default_little_big") : UM.Theme.getFont("default")
|
||||
text: control.text;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -400,7 +400,6 @@ Column
|
|||
}
|
||||
onEntered:
|
||||
{
|
||||
|
||||
var content = catalog.i18nc("@tooltip", "Click to check the material compatibility on Ultimaker.com.");
|
||||
base.showTooltip(
|
||||
materialInfoRow,
|
||||
|
|
|
|||
|
|
@ -17,6 +17,10 @@
|
|||
"size": 1.15,
|
||||
"family": "Open Sans"
|
||||
},
|
||||
"default_little_big": {
|
||||
"size": 1.17,
|
||||
"family": "Open Sans"
|
||||
},
|
||||
"default_bold": {
|
||||
"size": 1.15,
|
||||
"bold": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue