mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:05:53 +08:00
Merge branch '5.0'
This commit is contained in:
commit
f436d2f791
@ -24,6 +24,7 @@ TextField
|
|||||||
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")
|
selectedTextColor: UM.Theme.getColor("text_field_text")
|
||||||
|
placeholderTextColor: UM.Theme.getColor("text_field_text_disabled")
|
||||||
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…
x
Reference in New Issue
Block a user