mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 17:15:56 +08:00
Selected state font is not bold anymore for custom and recommended
CURA-4148
This commit is contained in:
parent
db77a4690c
commit
3b12e39ba8
@ -181,7 +181,7 @@ Rectangle
|
|||||||
color: (control.checked || control.pressed) ? UM.Theme.getColor("action_button_active_text") :
|
color: (control.checked || control.pressed) ? UM.Theme.getColor("action_button_active_text") :
|
||||||
control.hovered ? UM.Theme.getColor("action_button_hovered_text") :
|
control.hovered ? UM.Theme.getColor("action_button_hovered_text") :
|
||||||
UM.Theme.getColor("action_button_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;
|
text: control.text;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -400,7 +400,6 @@ Column
|
|||||||
}
|
}
|
||||||
onEntered:
|
onEntered:
|
||||||
{
|
{
|
||||||
|
|
||||||
var content = catalog.i18nc("@tooltip", "Click to check the material compatibility on Ultimaker.com.");
|
var content = catalog.i18nc("@tooltip", "Click to check the material compatibility on Ultimaker.com.");
|
||||||
base.showTooltip(
|
base.showTooltip(
|
||||||
materialInfoRow,
|
materialInfoRow,
|
||||||
|
@ -17,6 +17,10 @@
|
|||||||
"size": 1.15,
|
"size": 1.15,
|
||||||
"family": "Open Sans"
|
"family": "Open Sans"
|
||||||
},
|
},
|
||||||
|
"default_little_big": {
|
||||||
|
"size": 1.17,
|
||||||
|
"family": "Open Sans"
|
||||||
|
},
|
||||||
"default_bold": {
|
"default_bold": {
|
||||||
"size": 1.15,
|
"size": 1.15,
|
||||||
"bold": true,
|
"bold": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user