mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
Change selectedTextColor for textfield
CURA-9199
This commit is contained in:
parent
3ecad03aee
commit
15d1ded365
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ TextField
|
||||||
selectByMouse: true
|
selectByMouse: true
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
color: UM.Theme.getColor("text_field_text")
|
color: UM.Theme.getColor("text_field_text")
|
||||||
|
selectedTextColor: UM.Theme.getColor("text_field_text")
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
selectionColor: UM.Theme.getColor("text_selection")
|
selectionColor: UM.Theme.getColor("text_selection")
|
||||||
leftPadding: iconLeft.visible ? iconLeft.width + UM.Theme.getSize("default_margin").width * 2 : UM.Theme.getSize("thin_margin").width
|
leftPadding: iconLeft.visible ? iconLeft.width + UM.Theme.getSize("default_margin").width * 2 : UM.Theme.getSize("thin_margin").width
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue