summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-08-11 11:46:58 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-08-11 13:55:11 +0300
commit93b39fad2f3e653242ba78d20803450b1c29d586 (patch)
treed30bd81653d90938166ba1f227502d8e97a190e8 /scene
parente9e9e92e4864f9dc34e24f37cb93c88cc3649104 (diff)
Change LineEdit secret character from "*" to "•".
Diffstat (limited to 'scene')
-rw-r--r--scene/gui/line_edit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/line_edit.h b/scene/gui/line_edit.h
index a828479b0c..4d5ebf441c 100644
--- a/scene/gui/line_edit.h
+++ b/scene/gui/line_edit.h
@@ -95,7 +95,7 @@ private:
String text;
String placeholder;
String placeholder_translated;
- String secret_character = "*";
+ String secret_character = U"•";
String ime_text;
Point2 ime_selection;