mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 05:11:04 -07:00
Set selection color of textfields
CURA-8947
This commit is contained in:
parent
b9feac9816
commit
c528616d12
2 changed files with 3 additions and 1 deletions
|
|
@ -153,8 +153,9 @@ SettingItem
|
||||||
}
|
}
|
||||||
|
|
||||||
color: !enabled ? UM.Theme.getColor("setting_control_disabled_text") : UM.Theme.getColor("setting_control_text")
|
color: !enabled ? UM.Theme.getColor("setting_control_disabled_text") : UM.Theme.getColor("setting_control_text")
|
||||||
|
selectedTextColor: UM.Theme.getColor("setting_control_text")
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
|
selectionColor: UM.Theme.getColor("text_selection")
|
||||||
selectByMouse: true
|
selectByMouse: true
|
||||||
|
|
||||||
maximumLength: (definition.type == "str" || definition.type == "[int]") ? -1 : 10
|
maximumLength: (definition.type == "str" || definition.type == "[int]") ? -1 : 10
|
||||||
|
|
|
||||||
|
|
@ -183,6 +183,7 @@
|
||||||
"primary_hover": [48, 182, 231, 255],
|
"primary_hover": [48, 182, 231, 255],
|
||||||
"primary_text": [255, 255, 255, 255],
|
"primary_text": [255, 255, 255, 255],
|
||||||
"border": [127, 127, 127, 255],
|
"border": [127, 127, 127, 255],
|
||||||
|
"text_selection": [156,195, 255, 127],
|
||||||
"secondary": [240, 240, 240, 255],
|
"secondary": [240, 240, 240, 255],
|
||||||
"secondary_shadow": [216, 216, 216, 255],
|
"secondary_shadow": [216, 216, 216, 255],
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue