From 6d4f9c879fe1ef205907ab1b1ad1bb33520dd966 Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Thu, 6 Jun 2024 19:48:13 +0400 Subject: [PATCH] Fix label content margins --- editor_theme.tres | 5 ++++- editor_theme_high_ppi.tres | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/editor_theme.tres b/editor_theme.tres index 737eacc..6384948 100644 --- a/editor_theme.tres +++ b/editor_theme.tres @@ -267,7 +267,10 @@ content_margin_top = 4.0 content_margin_right = 4.0 [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_pgp2j"] -content_margin_top = 1.0 +content_margin_left = 5.0 +content_margin_top = 4.0 +content_margin_right = 5.0 +content_margin_bottom = 4.0 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cfx35"] content_margin_left = 7.0 diff --git a/editor_theme_high_ppi.tres b/editor_theme_high_ppi.tres index 9db4b2b..a9eafce 100644 --- a/editor_theme_high_ppi.tres +++ b/editor_theme_high_ppi.tres @@ -267,7 +267,10 @@ content_margin_top = 8.0 content_margin_right = 8.0 [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_pgp2j"] -content_margin_top = 2.0 +content_margin_left = 10.0 +content_margin_top = 8.0 +content_margin_right = 10.0 +content_margin_bottom = 8.0 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cfx35"] content_margin_left = 14.0