From e068d1272fc8dbd4386f210e2f1f921771827ff3 Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:17:13 +0400 Subject: [PATCH] Increase horizontal paddings in editor help bit --- editor_theme.tres | 8 ++++---- editor_theme_high_ppi.tres | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/editor_theme.tres b/editor_theme.tres index 94ca61b..4806853 100644 --- a/editor_theme.tres +++ b/editor_theme.tres @@ -221,9 +221,9 @@ corner_detail = 5 anti_aliasing = false [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2305v"] -content_margin_left = 4.0 +content_margin_left = 8.0 content_margin_top = 4.0 -content_margin_right = 4.0 +content_margin_right = 8.0 content_margin_bottom = 4.0 bg_color = Color(0, 0, 0, 0.156863) border_color = Color(0.0580392, 0.0580392, 0.0580392, 1) @@ -233,9 +233,9 @@ corner_detail = 4 anti_aliasing = false [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_erijh"] -content_margin_left = 4.0 +content_margin_left = 8.0 content_margin_top = 4.0 -content_margin_right = 4.0 +content_margin_right = 8.0 content_margin_bottom = 4.0 bg_color = Color(0, 0, 0, 0.235294) border_color = Color(0.0957176, 0.0957176, 0.0957176, 1) diff --git a/editor_theme_high_ppi.tres b/editor_theme_high_ppi.tres index 0df4e27..056fc83 100644 --- a/editor_theme_high_ppi.tres +++ b/editor_theme_high_ppi.tres @@ -221,9 +221,9 @@ corner_detail = 5 anti_aliasing = false [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2305v"] -content_margin_left = 8.0 +content_margin_left = 16.0 content_margin_top = 8.0 -content_margin_right = 8.0 +content_margin_right = 16.0 content_margin_bottom = 8.0 bg_color = Color(0, 0, 0, 0.156863) border_color = Color(0.0580392, 0.0580392, 0.0580392, 1) @@ -233,9 +233,9 @@ corner_detail = 4 anti_aliasing = false [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_erijh"] -content_margin_left = 8.0 +content_margin_left = 16.0 content_margin_top = 8.0 -content_margin_right = 8.0 +content_margin_right = 16.0 content_margin_bottom = 8.0 bg_color = Color(0, 0, 0, 0.235294) border_color = Color(0.0957176, 0.0957176, 0.0957176, 1)