fix little focus issue in a level select popup
This commit is contained in:
parent
9bf8470d40
commit
69d5b2723f
1 changed files with 4 additions and 0 deletions
|
@ -943,6 +943,8 @@ alignment = 1
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
margin_right = 49.0
|
margin_right = 49.0
|
||||||
margin_bottom = 10.0
|
margin_bottom = 10.0
|
||||||
|
focus_neighbour_top = NodePath(".")
|
||||||
|
focus_neighbour_bottom = NodePath(".")
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
text = "No way!"
|
text = "No way!"
|
||||||
|
|
||||||
|
@ -950,6 +952,8 @@ text = "No way!"
|
||||||
margin_left = 57.0
|
margin_left = 57.0
|
||||||
margin_right = 113.0
|
margin_right = 113.0
|
||||||
margin_bottom = 10.0
|
margin_bottom = 10.0
|
||||||
|
focus_neighbour_top = NodePath(".")
|
||||||
|
focus_neighbour_bottom = NodePath(".")
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
text = "yeppers!"
|
text = "yeppers!"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue