From da62d54a628ff992026e048a522b1a1a39bf6697 Mon Sep 17 00:00:00 2001 From: OverloadedOrama <35376950+OverloadedOrama@users.noreply.github.com> Date: Tue, 21 Apr 2020 02:42:55 +0300 Subject: [PATCH] Fixed Dark Theme's button content margin values --- Themes & Styles/Dark Theme/Dark Theme.tres | 26 ++++++++++---------- Themes & Styles/Gray Theme/Gray Theme.tres | 2 +- Themes & Styles/Light Theme/Light Theme.tres | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Themes & Styles/Dark Theme/Dark Theme.tres b/Themes & Styles/Dark Theme/Dark Theme.tres index e1f5015..78c3dc8 100644 --- a/Themes & Styles/Dark Theme/Dark Theme.tres +++ b/Themes & Styles/Dark Theme/Dark Theme.tres @@ -7,10 +7,10 @@ [ext_resource path="res://Assets/Graphics/Dark Themes/Misc/Vsplit.png" type="Texture" id=5] [sub_resource type="StyleBoxFlat" id=1] -content_margin_left = 2.0 -content_margin_right = 2.0 -content_margin_top = 2.0 -content_margin_bottom = 2.0 +content_margin_left = 5.0 +content_margin_right = 5.0 +content_margin_top = 3.0 +content_margin_bottom = 3.0 bg_color = Color( 0.517647, 0.517647, 0.517647, 1 ) border_color = Color( 0.517647, 0.517647, 0.517647, 1 ) corner_radius_top_left = 2 @@ -20,10 +20,10 @@ corner_radius_bottom_left = 2 anti_aliasing = false [sub_resource type="StyleBoxFlat" id=2] -content_margin_left = 4.0 -content_margin_right = 2.0 -content_margin_top = 4.0 -content_margin_bottom = 4.0 +content_margin_left = 5.0 +content_margin_right = 5.0 +content_margin_top = 3.0 +content_margin_bottom = 3.0 bg_color = Color( 0.321569, 0.321569, 0.321569, 1 ) border_color = Color( 0.321569, 0.321569, 0.321569, 1 ) corner_radius_top_left = 2 @@ -33,10 +33,10 @@ corner_radius_bottom_left = 2 anti_aliasing = false [sub_resource type="StyleBoxFlat" id=3] -content_margin_left = 2.0 -content_margin_right = 2.0 -content_margin_top = 2.0 -content_margin_bottom = 2.0 +content_margin_left = 5.0 +content_margin_right = 5.0 +content_margin_top = 3.0 +content_margin_bottom = 3.0 bg_color = Color( 0.2, 0.2, 0.2, 1 ) border_color = Color( 0.2, 0.2, 0.2, 1 ) corner_radius_top_left = 2 @@ -566,4 +566,4 @@ WindowDialog/constants/title_height = 20 WindowDialog/fonts/title_font = null WindowDialog/icons/close = null WindowDialog/icons/close_highlight = null -WindowDialog/styles/panel = SubResource( 32 ) \ No newline at end of file +WindowDialog/styles/panel = SubResource( 32 ) diff --git a/Themes & Styles/Gray Theme/Gray Theme.tres b/Themes & Styles/Gray Theme/Gray Theme.tres index 9f19303..c8ab815 100644 --- a/Themes & Styles/Gray Theme/Gray Theme.tres +++ b/Themes & Styles/Gray Theme/Gray Theme.tres @@ -538,4 +538,4 @@ WindowDialog/constants/title_height = 20 WindowDialog/fonts/title_font = null WindowDialog/icons/close = null WindowDialog/icons/close_highlight = null -WindowDialog/styles/panel = SubResource( 28 ) \ No newline at end of file +WindowDialog/styles/panel = SubResource( 28 ) diff --git a/Themes & Styles/Light Theme/Light Theme.tres b/Themes & Styles/Light Theme/Light Theme.tres index 1ae2769..55316d9 100644 --- a/Themes & Styles/Light Theme/Light Theme.tres +++ b/Themes & Styles/Light Theme/Light Theme.tres @@ -578,4 +578,4 @@ WindowDialog/constants/title_height = 20 WindowDialog/fonts/title_font = null WindowDialog/icons/close = null WindowDialog/icons/close_highlight = null -WindowDialog/styles/panel = SubResource( 30 ) \ No newline at end of file +WindowDialog/styles/panel = SubResource( 30 )