diff options
| author | tpart <tpart120@proton.me> | 2024-07-07 15:02:44 +0200 | 
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2024-07-07 15:02:44 +0200 | 
| commit | 62f3aa1599173403142af7aa9b944bbdfc2ab356 (patch) | |
| tree | d459c89c173ccd08bc9e1a16783ecb18600b9472 /client | |
| parent | 3b1d36710e253d9604b7197fba54b5840df2e2e6 (diff) | |
| download | hurrycurry-62f3aa1599173403142af7aa9b944bbdfc2ab356.tar hurrycurry-62f3aa1599173403142af7aa9b944bbdfc2ab356.tar.bz2 hurrycurry-62f3aa1599173403142af7aa9b944bbdfc2ab356.tar.zst | |
Follow focus in setup menu
Diffstat (limited to 'client')
| -rw-r--r-- | client/menu/setup.tscn | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/client/menu/setup.tscn b/client/menu/setup.tscn index 7b38b2a1..696d1288 100644 --- a/client/menu/setup.tscn +++ b/client/menu/setup.tscn @@ -95,6 +95,7 @@ anchor_right = 1.0  anchor_bottom = 1.0  grow_horizontal = 2  grow_vertical = 2 +follow_focus = true  horizontal_scroll_mode = 0  [node name="Control" type="Control" parent="ScrollContainer"] | 
