From 8b728293a1fb527b489e6f52da1a7568f766b31b Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Sat, 13 Sep 2025 11:19:43 +1000 Subject: [PATCH] update padding --- src/SharpIDE.Godot/Features/Build/BuildPanel.tscn | 4 ++-- src/SharpIDE.Godot/Features/Debug_/DebugPanel.tscn | 4 ++-- src/SharpIDE.Godot/Features/Problems/ProblemsPanel.tscn | 4 ++-- src/SharpIDE.Godot/Features/Run/RunPanel.tscn | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/SharpIDE.Godot/Features/Build/BuildPanel.tscn b/src/SharpIDE.Godot/Features/Build/BuildPanel.tscn index 502cddd..989fd07 100644 --- a/src/SharpIDE.Godot/Features/Build/BuildPanel.tscn +++ b/src/SharpIDE.Godot/Features/Build/BuildPanel.tscn @@ -23,8 +23,8 @@ theme_override_constants/separation = 0 [node name="MarginContainer" type="MarginContainer" parent="VBoxContainer"] layout_mode = 2 -theme_override_constants/margin_left = 5 -theme_override_constants/margin_top = 5 +theme_override_constants/margin_left = 10 +theme_override_constants/margin_top = 10 theme_override_constants/margin_right = 5 theme_override_constants/margin_bottom = 5 diff --git a/src/SharpIDE.Godot/Features/Debug_/DebugPanel.tscn b/src/SharpIDE.Godot/Features/Debug_/DebugPanel.tscn index 3937092..61624e9 100644 --- a/src/SharpIDE.Godot/Features/Debug_/DebugPanel.tscn +++ b/src/SharpIDE.Godot/Features/Debug_/DebugPanel.tscn @@ -43,8 +43,8 @@ theme_override_constants/separation = 0 [node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/HBoxContainer"] layout_mode = 2 -theme_override_constants/margin_left = 5 -theme_override_constants/margin_top = 5 +theme_override_constants/margin_left = 10 +theme_override_constants/margin_top = 10 theme_override_constants/margin_right = 5 theme_override_constants/margin_bottom = 5 diff --git a/src/SharpIDE.Godot/Features/Problems/ProblemsPanel.tscn b/src/SharpIDE.Godot/Features/Problems/ProblemsPanel.tscn index 697dc9b..9e0967d 100644 --- a/src/SharpIDE.Godot/Features/Problems/ProblemsPanel.tscn +++ b/src/SharpIDE.Godot/Features/Problems/ProblemsPanel.tscn @@ -30,8 +30,8 @@ theme_override_constants/separation = 0 [node name="MarginContainer" type="MarginContainer" parent="VBoxContainer"] layout_mode = 2 -theme_override_constants/margin_left = 5 -theme_override_constants/margin_top = 5 +theme_override_constants/margin_left = 10 +theme_override_constants/margin_top = 10 theme_override_constants/margin_right = 5 theme_override_constants/margin_bottom = 5 diff --git a/src/SharpIDE.Godot/Features/Run/RunPanel.tscn b/src/SharpIDE.Godot/Features/Run/RunPanel.tscn index e665598..84a3c40 100644 --- a/src/SharpIDE.Godot/Features/Run/RunPanel.tscn +++ b/src/SharpIDE.Godot/Features/Run/RunPanel.tscn @@ -43,8 +43,8 @@ theme_override_constants/separation = 0 [node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/HBoxContainer"] layout_mode = 2 -theme_override_constants/margin_left = 5 -theme_override_constants/margin_top = 5 +theme_override_constants/margin_left = 10 +theme_override_constants/margin_top = 10 theme_override_constants/margin_right = 5 theme_override_constants/margin_bottom = 5