1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-03-12 22:35:18 +00:00

Fixed Dark Theme's button content margin values

This commit is contained in:
OverloadedOrama 2020-04-21 02:42:55 +03:00
parent 14d08d7e06
commit da62d54a62
3 changed files with 15 additions and 15 deletions

View file

@ -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 )
WindowDialog/styles/panel = SubResource( 32 )

View file

@ -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 )
WindowDialog/styles/panel = SubResource( 28 )

View file

@ -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 )
WindowDialog/styles/panel = SubResource( 30 )