From 64a311a253aaf1e707686c05c54add56ae5bd9be Mon Sep 17 00:00:00 2001 From: under Date: Wed, 20 Mar 2024 11:46:36 -0700 Subject: [PATCH] Fix the 9-slice of the window content panel --- RetroWindowsGUI/DesktopWindow.tscn | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/RetroWindowsGUI/DesktopWindow.tscn b/RetroWindowsGUI/DesktopWindow.tscn index 73aeebe..887687e 100644 --- a/RetroWindowsGUI/DesktopWindow.tscn +++ b/RetroWindowsGUI/DesktopWindow.tscn @@ -96,11 +96,15 @@ func _on_pressed(): bg_color = Color(0.831373, 0.815686, 0.784314, 1) [sub_resource type="StyleBoxTexture" id="StyleBoxTexture_eejdr"] +content_margin_left = 2.0 +content_margin_top = 2.0 +content_margin_right = 2.0 +content_margin_bottom = 2.0 texture = ExtResource("8_lxvf8") -texture_margin_left = 2.0 -texture_margin_top = 2.0 -texture_margin_right = 2.0 -texture_margin_bottom = 2.0 +texture_margin_left = 3.0 +texture_margin_top = 3.0 +texture_margin_right = 3.0 +texture_margin_bottom = 3.0 [sub_resource type="StyleBoxTexture" id="StyleBoxTexture_sn8k8"] texture = ExtResource("8_lxvf8") @@ -113,7 +117,7 @@ texture_margin_bottom = 3.0 layout_mode = 3 anchors_preset = 0 offset_right = 161.0 -offset_bottom = 135.0 +offset_bottom = 137.0 size_flags_vertical = 3 theme = ExtResource("1_clavd") script = ExtResource("1_1566a")