Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2022-05-04 16:44:51 +0300
committerGhostkeeper <rubend@tutanota.com>2022-05-04 16:44:51 +0300
commitf436d2f7918205e81744422e040d6e421a1c43d5 (patch)
tree2415f72bd6839591d1a934c153543713e213908a /resources/qml
parent02a2facb86b2f48f941c489f906c678dc38aef6d (diff)
parenteae5f4d57a1bff2b0c3135b5b76265f823891c83 (diff)
Merge branch '5.0'
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/Widgets/TextField.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/Widgets/TextField.qml b/resources/qml/Widgets/TextField.qml
index 95d5caa4ef..d035883154 100644
--- a/resources/qml/Widgets/TextField.qml
+++ b/resources/qml/Widgets/TextField.qml
@@ -24,6 +24,7 @@ TextField
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text_field_text")
selectedTextColor: UM.Theme.getColor("text_field_text")
+ placeholderTextColor: UM.Theme.getColor("text_field_text_disabled")
renderType: Text.NativeRendering
selectionColor: UM.Theme.getColor("text_selection")
leftPadding: iconLeft.visible ? iconLeft.width + UM.Theme.getSize("default_margin").width * 2 : UM.Theme.getSize("thin_margin").width