From 9fbd72c14808f0caa6c6788e1f692c0b668b023b Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 10 Dec 2023 14:51:01 +0100 Subject: [PATCH] Fixed tab styles --- I18N Commander/App/theme/tabs/tab_hover_style_box_flat.tres | 4 ++-- .../App/theme/tabs/tab_not_used_style_box_flat.tres | 4 ++-- .../App/theme/tabs/tab_selected_style_box_flat.tres | 4 ++-- I18N Commander/App/theme/ui_theme_dark.tres | 1 + 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/I18N Commander/App/theme/tabs/tab_hover_style_box_flat.tres b/I18N Commander/App/theme/tabs/tab_hover_style_box_flat.tres index 31b43a9..d7464fd 100644 --- a/I18N Commander/App/theme/tabs/tab_hover_style_box_flat.tres +++ b/I18N Commander/App/theme/tabs/tab_hover_style_box_flat.tres @@ -2,9 +2,9 @@ [resource] content_margin_left = 48.0 -content_margin_top = 24.0 +content_margin_top = 48.0 content_margin_right = 48.0 -content_margin_bottom = 24.0 +content_margin_bottom = 48.0 bg_color = Color(0.39, 0.39, 0.39, 1) border_width_left = 6 border_width_top = 12 diff --git a/I18N Commander/App/theme/tabs/tab_not_used_style_box_flat.tres b/I18N Commander/App/theme/tabs/tab_not_used_style_box_flat.tres index 133c69b..228b332 100644 --- a/I18N Commander/App/theme/tabs/tab_not_used_style_box_flat.tres +++ b/I18N Commander/App/theme/tabs/tab_not_used_style_box_flat.tres @@ -2,9 +2,9 @@ [resource] content_margin_left = 48.0 -content_margin_top = 24.0 +content_margin_top = 48.0 content_margin_right = 48.0 -content_margin_bottom = 24.0 +content_margin_bottom = 48.0 bg_color = Color(0.239216, 0.239216, 0.239216, 1) border_width_left = 6 border_width_top = 12 diff --git a/I18N Commander/App/theme/tabs/tab_selected_style_box_flat.tres b/I18N Commander/App/theme/tabs/tab_selected_style_box_flat.tres index 6233a27..f945c0e 100644 --- a/I18N Commander/App/theme/tabs/tab_selected_style_box_flat.tres +++ b/I18N Commander/App/theme/tabs/tab_selected_style_box_flat.tres @@ -2,9 +2,9 @@ [resource] content_margin_left = 48.0 -content_margin_top = 24.0 +content_margin_top = 48.0 content_margin_right = 48.0 -content_margin_bottom = 24.0 +content_margin_bottom = 48.0 bg_color = Color(0.160784, 0.160784, 0.160784, 1) border_width_left = 6 border_width_top = 12 diff --git a/I18N Commander/App/theme/ui_theme_dark.tres b/I18N Commander/App/theme/ui_theme_dark.tres index 91220d1..12ce46d 100644 --- a/I18N Commander/App/theme/ui_theme_dark.tres +++ b/I18N Commander/App/theme/ui_theme_dark.tres @@ -42,6 +42,7 @@ MarginContainer/constants/margin_top = 12 Panel/styles/panel = ExtResource("7_3s8mj") PopupMenu/font_sizes/font_separator_size = 32 PopupMenu/font_sizes/font_size = 32 +TabBar/font_sizes/font_size = 32 TabContainer/font_sizes/font_size = 32 TabContainer/styles/tab_focus = ExtResource("8_4hym3") TabContainer/styles/tab_hovered = ExtResource("9_5ci7o")