mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-03-14 07:15:19 +00:00
Fixed Dark Theme's button content margin values
This commit is contained in:
parent
14d08d7e06
commit
da62d54a62
3 changed files with 15 additions and 15 deletions
|
@ -7,10 +7,10 @@
|
||||||
[ext_resource path="res://Assets/Graphics/Dark Themes/Misc/Vsplit.png" type="Texture" id=5]
|
[ext_resource path="res://Assets/Graphics/Dark Themes/Misc/Vsplit.png" type="Texture" id=5]
|
||||||
|
|
||||||
[sub_resource type="StyleBoxFlat" id=1]
|
[sub_resource type="StyleBoxFlat" id=1]
|
||||||
content_margin_left = 2.0
|
content_margin_left = 5.0
|
||||||
content_margin_right = 2.0
|
content_margin_right = 5.0
|
||||||
content_margin_top = 2.0
|
content_margin_top = 3.0
|
||||||
content_margin_bottom = 2.0
|
content_margin_bottom = 3.0
|
||||||
bg_color = Color( 0.517647, 0.517647, 0.517647, 1 )
|
bg_color = Color( 0.517647, 0.517647, 0.517647, 1 )
|
||||||
border_color = Color( 0.517647, 0.517647, 0.517647, 1 )
|
border_color = Color( 0.517647, 0.517647, 0.517647, 1 )
|
||||||
corner_radius_top_left = 2
|
corner_radius_top_left = 2
|
||||||
|
@ -20,10 +20,10 @@ corner_radius_bottom_left = 2
|
||||||
anti_aliasing = false
|
anti_aliasing = false
|
||||||
|
|
||||||
[sub_resource type="StyleBoxFlat" id=2]
|
[sub_resource type="StyleBoxFlat" id=2]
|
||||||
content_margin_left = 4.0
|
content_margin_left = 5.0
|
||||||
content_margin_right = 2.0
|
content_margin_right = 5.0
|
||||||
content_margin_top = 4.0
|
content_margin_top = 3.0
|
||||||
content_margin_bottom = 4.0
|
content_margin_bottom = 3.0
|
||||||
bg_color = Color( 0.321569, 0.321569, 0.321569, 1 )
|
bg_color = Color( 0.321569, 0.321569, 0.321569, 1 )
|
||||||
border_color = Color( 0.321569, 0.321569, 0.321569, 1 )
|
border_color = Color( 0.321569, 0.321569, 0.321569, 1 )
|
||||||
corner_radius_top_left = 2
|
corner_radius_top_left = 2
|
||||||
|
@ -33,10 +33,10 @@ corner_radius_bottom_left = 2
|
||||||
anti_aliasing = false
|
anti_aliasing = false
|
||||||
|
|
||||||
[sub_resource type="StyleBoxFlat" id=3]
|
[sub_resource type="StyleBoxFlat" id=3]
|
||||||
content_margin_left = 2.0
|
content_margin_left = 5.0
|
||||||
content_margin_right = 2.0
|
content_margin_right = 5.0
|
||||||
content_margin_top = 2.0
|
content_margin_top = 3.0
|
||||||
content_margin_bottom = 2.0
|
content_margin_bottom = 3.0
|
||||||
bg_color = Color( 0.2, 0.2, 0.2, 1 )
|
bg_color = Color( 0.2, 0.2, 0.2, 1 )
|
||||||
border_color = Color( 0.2, 0.2, 0.2, 1 )
|
border_color = Color( 0.2, 0.2, 0.2, 1 )
|
||||||
corner_radius_top_left = 2
|
corner_radius_top_left = 2
|
||||||
|
|
Loading…
Add table
Reference in a new issue