Fix scroll container focus

This commit is contained in:
passivestar 2024-11-30 02:31:02 +04:00
parent a13be23f64
commit a3c7df76c0
2 changed files with 14 additions and 12 deletions

View File

@ -592,6 +592,12 @@ corner_radius_top_right = 4
corner_radius_bottom_right = 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"]
content_margin_left = 6.0
content_margin_top = 6.0
@ -599,12 +605,6 @@ content_margin_right = 6.0
content_margin_bottom = 6.0
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"]
content_margin_left = 7.0
content_margin_top = 7.0
@ -961,6 +961,7 @@ ProgressBar/styles/background = SubResource("StyleBoxFlat_twhwf")
ProgressBar/styles/fill = SubResource("StyleBoxFlat_xdk0w")
RichTextLabel/styles/focus = SubResource("StyleBoxFlat_tx2dl")
RichTextLabel/styles/normal = SubResource("StyleBoxFlat_tx2dl")
ScrollContainer/styles/focus = SubResource("StyleBoxEmpty_v1a6f")
SplitContainer/constants/minimum_grab_thickness = 6
SplitContainer/constants/separation = 2
SplitContainer/icons/h_grabber = SubResource("PlaceholderTexture2D_cdxsg")

View File

@ -592,6 +592,12 @@ corner_radius_top_right = 8
corner_radius_bottom_right = 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"]
content_margin_left = 12.0
content_margin_top = 12.0
@ -599,12 +605,6 @@ content_margin_right = 12.0
content_margin_bottom = 12.0
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"]
content_margin_left = 14.0
content_margin_top = 14.0
@ -961,6 +961,7 @@ ProgressBar/styles/background = SubResource("StyleBoxFlat_twhwf")
ProgressBar/styles/fill = SubResource("StyleBoxFlat_xdk0w")
RichTextLabel/styles/focus = SubResource("StyleBoxFlat_tx2dl")
RichTextLabel/styles/normal = SubResource("StyleBoxFlat_tx2dl")
ScrollContainer/styles/focus = SubResource("StyleBoxEmpty_v1a6f")
SplitContainer/constants/minimum_grab_thickness = 12
SplitContainer/constants/separation = 4
SplitContainer/icons/h_grabber = SubResource("PlaceholderTexture2D_cdxsg")