diff options
| author | dam <dam@gudinoff> | 2022-04-02 08:56:35 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-04-02 08:56:35 +0000 |
| commit | 0e713f58f98f49269a0072024692d7c1ba64cf3b (patch) | |
| tree | 8294418302113bc31a087d2c3a66c75e855a2746 /option_set/option_set.tscn | |
| parent | b12fe534ae3f2aea74f8c8506b3ad2fea321227c (diff) | |
| download | surgery-log-0e713f58f98f49269a0072024692d7c1ba64cf3b.tar.zst surgery-log-0e713f58f98f49269a0072024692d7c1ba64cf3b.zip | |
Fix placeholder on option_set.
Diffstat (limited to 'option_set/option_set.tscn')
| -rw-r--r-- | option_set/option_set.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/option_set/option_set.tscn b/option_set/option_set.tscn index 8864e45..2b0bc76 100644 --- a/option_set/option_set.tscn +++ b/option_set/option_set.tscn @@ -12,8 +12,8 @@ anchor_right = 1.0 anchor_bottom = 1.0 margin_right = -100.0 size_flags_horizontal = 3 -text = "placeholder" max_length = 4096 +placeholder_text = "placeholder" caret_blink = true caret_blink_speed = 0.5 __meta__ = { |
