diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 15:58:14 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 16:47:03 -0600 |
commit | 605873fa388a9b092baa495c3c8bbfee3902719c (patch) | |
tree | 5bef289343666dd60a2cc5fa99b22b972e017e63 /scenes/main.tscn | |
parent | 68bfe8975892971b8e61843c521ffac693608540 (diff) |
Resize main window
Diffstat (limited to 'scenes/main.tscn')
-rw-r--r-- | scenes/main.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scenes/main.tscn b/scenes/main.tscn index 8e96e8b..e4c993c 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -28,7 +28,7 @@ autostart = true stream = ExtResource("3_gatxj") [node name="Stock ticker window" type="Window" parent="."] -position = Vector2i(1000, 1000) +position = Vector2i(1000, 538) size = Vector2i(1280, 720) [node name="Stock ticker" parent="Stock ticker window" instance=ExtResource("4_0ankd")] |