mirror of
https://github.com/passivestar/godot-minimal-theme.git
synced 2025-01-22 08:09:13 -05:00
Fix scroll container focus
This commit is contained in:
parent
a13be23f64
commit
a3c7df76c0
@ -592,6 +592,12 @@ corner_radius_top_right = 4
|
|||||||
corner_radius_bottom_right = 4
|
corner_radius_bottom_right = 4
|
||||||
corner_radius_bottom_left = 4
|
corner_radius_bottom_left = 4
|
||||||
|
|
||||||
|
[sub_resource type="StyleBoxLine" id="StyleBoxLine_rijeh"]
|
||||||
|
color = Color(1, 1, 1, 0.0784314)
|
||||||
|
grow_begin = -6.0
|
||||||
|
grow_end = -6.0
|
||||||
|
thickness = 1
|
||||||
|
|
||||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cbgao"]
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cbgao"]
|
||||||
content_margin_left = 6.0
|
content_margin_left = 6.0
|
||||||
content_margin_top = 6.0
|
content_margin_top = 6.0
|
||||||
@ -599,12 +605,6 @@ content_margin_right = 6.0
|
|||||||
content_margin_bottom = 6.0
|
content_margin_bottom = 6.0
|
||||||
bg_color = Color(0.11, 0.11, 0.11, 1)
|
bg_color = Color(0.11, 0.11, 0.11, 1)
|
||||||
|
|
||||||
[sub_resource type="StyleBoxLine" id="StyleBoxLine_rijeh"]
|
|
||||||
color = Color(1, 1, 1, 0.0784314)
|
|
||||||
grow_begin = -6.0
|
|
||||||
grow_end = -6.0
|
|
||||||
thickness = 1
|
|
||||||
|
|
||||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5sp0q"]
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5sp0q"]
|
||||||
content_margin_left = 7.0
|
content_margin_left = 7.0
|
||||||
content_margin_top = 7.0
|
content_margin_top = 7.0
|
||||||
@ -961,6 +961,7 @@ ProgressBar/styles/background = SubResource("StyleBoxFlat_twhwf")
|
|||||||
ProgressBar/styles/fill = SubResource("StyleBoxFlat_xdk0w")
|
ProgressBar/styles/fill = SubResource("StyleBoxFlat_xdk0w")
|
||||||
RichTextLabel/styles/focus = SubResource("StyleBoxFlat_tx2dl")
|
RichTextLabel/styles/focus = SubResource("StyleBoxFlat_tx2dl")
|
||||||
RichTextLabel/styles/normal = SubResource("StyleBoxFlat_tx2dl")
|
RichTextLabel/styles/normal = SubResource("StyleBoxFlat_tx2dl")
|
||||||
|
ScrollContainer/styles/focus = SubResource("StyleBoxEmpty_v1a6f")
|
||||||
SplitContainer/constants/minimum_grab_thickness = 6
|
SplitContainer/constants/minimum_grab_thickness = 6
|
||||||
SplitContainer/constants/separation = 2
|
SplitContainer/constants/separation = 2
|
||||||
SplitContainer/icons/h_grabber = SubResource("PlaceholderTexture2D_cdxsg")
|
SplitContainer/icons/h_grabber = SubResource("PlaceholderTexture2D_cdxsg")
|
||||||
|
@ -592,6 +592,12 @@ corner_radius_top_right = 8
|
|||||||
corner_radius_bottom_right = 8
|
corner_radius_bottom_right = 8
|
||||||
corner_radius_bottom_left = 8
|
corner_radius_bottom_left = 8
|
||||||
|
|
||||||
|
[sub_resource type="StyleBoxLine" id="StyleBoxLine_rijeh"]
|
||||||
|
color = Color(1, 1, 1, 0.0784314)
|
||||||
|
grow_begin = -12.0
|
||||||
|
grow_end = -12.0
|
||||||
|
thickness = 2
|
||||||
|
|
||||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cbgao"]
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cbgao"]
|
||||||
content_margin_left = 12.0
|
content_margin_left = 12.0
|
||||||
content_margin_top = 12.0
|
content_margin_top = 12.0
|
||||||
@ -599,12 +605,6 @@ content_margin_right = 12.0
|
|||||||
content_margin_bottom = 12.0
|
content_margin_bottom = 12.0
|
||||||
bg_color = Color(0.11, 0.11, 0.11, 1)
|
bg_color = Color(0.11, 0.11, 0.11, 1)
|
||||||
|
|
||||||
[sub_resource type="StyleBoxLine" id="StyleBoxLine_rijeh"]
|
|
||||||
color = Color(1, 1, 1, 0.0784314)
|
|
||||||
grow_begin = -12.0
|
|
||||||
grow_end = -12.0
|
|
||||||
thickness = 2
|
|
||||||
|
|
||||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5sp0q"]
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5sp0q"]
|
||||||
content_margin_left = 14.0
|
content_margin_left = 14.0
|
||||||
content_margin_top = 14.0
|
content_margin_top = 14.0
|
||||||
@ -961,6 +961,7 @@ ProgressBar/styles/background = SubResource("StyleBoxFlat_twhwf")
|
|||||||
ProgressBar/styles/fill = SubResource("StyleBoxFlat_xdk0w")
|
ProgressBar/styles/fill = SubResource("StyleBoxFlat_xdk0w")
|
||||||
RichTextLabel/styles/focus = SubResource("StyleBoxFlat_tx2dl")
|
RichTextLabel/styles/focus = SubResource("StyleBoxFlat_tx2dl")
|
||||||
RichTextLabel/styles/normal = SubResource("StyleBoxFlat_tx2dl")
|
RichTextLabel/styles/normal = SubResource("StyleBoxFlat_tx2dl")
|
||||||
|
ScrollContainer/styles/focus = SubResource("StyleBoxEmpty_v1a6f")
|
||||||
SplitContainer/constants/minimum_grab_thickness = 12
|
SplitContainer/constants/minimum_grab_thickness = 12
|
||||||
SplitContainer/constants/separation = 4
|
SplitContainer/constants/separation = 4
|
||||||
SplitContainer/icons/h_grabber = SubResource("PlaceholderTexture2D_cdxsg")
|
SplitContainer/icons/h_grabber = SubResource("PlaceholderTexture2D_cdxsg")
|
||||||
|
Loading…
Reference in New Issue
Block a user