mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 10:54:44 -04:00
Small tab theme fixes
This commit is contained in:
parent
05184f9c3d
commit
aabb08f468
5 changed files with 11 additions and 3 deletions
|
@ -268,6 +268,7 @@ border_width_top = 6
|
|||
border_width_right = 10
|
||||
border_width_bottom = 8
|
||||
border_color = Color( 0.352941, 0.352941, 0.352941, 1 )
|
||||
expand_margin_bottom = 3.0
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=30]
|
||||
bg_color = Color( 0.239216, 0.239216, 0.239216, 1 )
|
||||
|
@ -284,6 +285,7 @@ border_width_top = 6
|
|||
border_width_right = 10
|
||||
border_width_bottom = 8
|
||||
border_color = Color( 0.627451, 0.627451, 0.627451, 1 )
|
||||
expand_margin_bottom = 3.0
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=32]
|
||||
bg_color = Color( 0.627451, 0.627451, 0.627451, 1 )
|
||||
|
@ -515,7 +517,7 @@ TabContainer/styles/tab_disabled = SubResource( 30 )
|
|||
TabContainer/styles/tab_fg = SubResource( 31 )
|
||||
Tabs/colors/font_color_bg = Color( 0.69, 0.69, 0.69, 1 )
|
||||
Tabs/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
|
||||
Tabs/colors/font_color_fg = Color( 0.94, 0.94, 0.94, 1 )
|
||||
Tabs/colors/font_color_fg = Color( 0, 0, 0, 1 )
|
||||
Tabs/constants/hseparation = 4
|
||||
Tabs/constants/label_valign_bg = 2
|
||||
Tabs/constants/label_valign_fg = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue