diff options
| author | nokoe <nokoe@mailbox.org> | 2025-12-14 12:39:09 +0100 |
|---|---|---|
| committer | nokoe <nokoe@mailbox.org> | 2025-12-14 12:39:09 +0100 |
| commit | e28685b73e644b4bec1451a8271e666aba179f9e (patch) | |
| tree | 7ea48493c4024ba5593bec59024c458455ee45ec | |
| parent | 240d53cccd175e06e98a926d316e0b456b4c7e28 (diff) | |
| download | hurrycurry-e28685b73e644b4bec1451a8271e666aba179f9e.tar hurrycurry-e28685b73e644b4bec1451a8271e666aba179f9e.tar.bz2 hurrycurry-e28685b73e644b4bec1451a8271e666aba179f9e.tar.zst | |
move chat preview down; fixes #519
| -rw-r--r-- | client/gui/overlays/chat.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/gui/overlays/chat.tscn b/client/gui/overlays/chat.tscn index 068d0ee4..115f4d14 100644 --- a/client/gui/overlays/chat.tscn +++ b/client/gui/overlays/chat.tscn @@ -17,7 +17,7 @@ theme = ExtResource("1_lmy51") script = ExtResource("2_3543w") [node name="MarginContainer" type="MarginContainer" parent="."] -layout_mode = 2 +layout_mode = 0 anchor_bottom = 1.0 offset_right = 296.0 grow_vertical = 2 @@ -30,7 +30,7 @@ horizontal_scroll_mode = 0 material = ExtResource("3_15i2y") layout_mode = 2 size_flags_horizontal = 3 -size_flags_vertical = 0 +size_flags_vertical = 10 mouse_filter = 2 script = ExtResource("4_3rmhr") |