diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-12-30 15:15:01 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-12-30 15:15:01 +0100 |
commit | e08a29e73ea4f7e6d78e8e7f5a6e7033dbc1f542 (patch) | |
tree | 966b95a7cdad16f7658d2e10cec6e549f3b98c17 /ui/window.tscn | |
parent | 6e2deea3d1b2fb4d79dac02a0d4310936c7f317c (diff) |
next commit
Diffstat (limited to 'ui/window.tscn')
-rw-r--r-- | ui/window.tscn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/window.tscn b/ui/window.tscn index 6208682..5a0ecc9 100644 --- a/ui/window.tscn +++ b/ui/window.tscn @@ -17,8 +17,8 @@ border_width_right = 1 border_color = Color(0.760784, 0.760784, 0.760784, 1) [node name="Window" type="PanelContainer"] -offset_right = 209.0 -offset_bottom = 136.0 +offset_right = 432.0 +offset_bottom = 188.0 script = ExtResource("1_hfgic") [node name="VBoxContainer" type="VBoxContainer" parent="."] @@ -26,6 +26,7 @@ layout_mode = 2 theme_override_constants/separation = 0 [node name="TitleBar" type="PanelContainer" parent="VBoxContainer"] +unique_name_in_owner = true layout_mode = 2 [node name="TitleBarBackground" type="HBoxContainer" parent="VBoxContainer/TitleBar"] |