@@ -74,9 +74,6 @@ expand_mode = 1
74
74
stretch_mode = 5
75
75
script = ExtResource ("10" )
76
76
77
- [node name ="AccessibilityFocus" type ="Node" parent ="TabContainerHandler/TabContainer/About/VBoxContainer/HBoxContainer/Logo" ]
78
- script = ExtResource ("18" )
79
-
80
77
[node name ="VBoxContainer" type ="VBoxContainer" parent ="TabContainerHandler/TabContainer/About/VBoxContainer/HBoxContainer" ]
81
78
layout_mode = 2
82
79
size_flags_horizontal = 3
@@ -107,12 +104,12 @@ size_flags_horizontal = 8
107
104
[node name ="OpenWebsiteButton" type ="Button" parent ="TabContainerHandler/TabContainer/About/VBoxContainer/HBoxContainer/HFlowContainer" ]
108
105
unique_name_in_owner = true
109
106
layout_mode = 2
110
- focus_neighbor_top = NodePath ("../OpenIssuesButton " )
107
+ focus_neighbor_top = NodePath ("../../../../../.. " )
111
108
text = "Open project website"
112
109
113
110
[node name ="OpenIssuesButton" type ="Button" parent ="TabContainerHandler/TabContainer/About/VBoxContainer/HBoxContainer/HFlowContainer" ]
114
111
layout_mode = 2
115
- focus_neighbor_bottom = NodePath ("../OpenWebsiteButton " )
112
+ focus_neighbor_bottom = NodePath ("../../../../../.. " )
116
113
text = "Report issues"
117
114
118
115
[node name ="HSeparator" type ="HSeparator" parent ="TabContainerHandler/TabContainer/About/VBoxContainer" ]
@@ -156,6 +153,7 @@ script = ExtResource("9")
156
153
[node name ="Libraries" type ="ScrollContainer" parent ="TabContainerHandler/TabContainer" ]
157
154
visible = false
158
155
layout_mode = 2
156
+ follow_focus = true
159
157
160
158
[node name ="VBoxContainer" type ="VBoxContainer" parent ="TabContainerHandler/TabContainer/Libraries" ]
161
159
layout_mode = 2
@@ -508,6 +506,7 @@ script = ExtResource("9")
508
506
[node name ="Assets" type ="ScrollContainer" parent ="TabContainerHandler/TabContainer" ]
509
507
visible = false
510
508
layout_mode = 2
509
+ follow_focus = true
511
510
512
511
[node name ="VBoxContainer" type ="VBoxContainer" parent ="TabContainerHandler/TabContainer/Assets" ]
513
512
layout_mode = 2
@@ -699,6 +698,8 @@ anchor_bottom = 1.0
699
698
unique_name_in_owner = true
700
699
custom_minimum_size = Vector2 (200 , 0 )
701
700
layout_mode = 2
701
+ focus_neighbor_top = NodePath ("../../../.." )
702
+ focus_neighbor_bottom = NodePath ("../../../.." )
702
703
hide_root = true
703
704
704
705
[node name ="AccessibilityFocus" type ="Node" parent ="TabContainerHandler/TabContainer/Licenses/HBoxContainer/Names" ]
0 commit comments