From ffda46d8b141bd0c2d0e4641e6df847e4b1d0976 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 10 Dec 2023 12:40:38 +0100 Subject: [PATCH] Added margin container --- I18N Commander/App/theme/ui_theme_light.tres | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/I18N Commander/App/theme/ui_theme_light.tres b/I18N Commander/App/theme/ui_theme_light.tres index 4c192a1..6f2a1a6 100644 --- a/I18N Commander/App/theme/ui_theme_light.tres +++ b/I18N Commander/App/theme/ui_theme_light.tres @@ -22,6 +22,10 @@ CheckBox/font_sizes/font_size = 32 CheckButton/font_sizes/font_size = 32 Label/font_sizes/font_size = 32 LineEdit/font_sizes/font_size = 32 +MarginContainer/constants/margin_bottom = 12 +MarginContainer/constants/margin_left = 12 +MarginContainer/constants/margin_right = 12 +MarginContainer/constants/margin_top = 12 Panel/styles/panel = ExtResource("1_87qhj") PopupMenu/font_sizes/font_separator_size = 32 PopupMenu/font_sizes/font_size = 32