only check for inputs if bound, increases efficiency
This commit is contained in:
parent
5fb1280e3e
commit
5c78058a9f
2 changed files with 4 additions and 1 deletions
|
@ -760,6 +760,7 @@ horizontal_alignment = 1
|
|||
vertical_alignment = 1
|
||||
|
||||
[node name="InFileLabel" type="Label" parent="ShowtapeLoadScreen/DialogPanel"]
|
||||
layout_mode = 0
|
||||
offset_left = 8.0
|
||||
offset_top = 73.0
|
||||
offset_right = 264.0
|
||||
|
@ -792,6 +793,7 @@ tooltip_text = "Browse for a file."
|
|||
text = "Browse"
|
||||
|
||||
[node name="CancelButton" type="Button" parent="ShowtapeLoadScreen/DialogPanel"]
|
||||
layout_mode = 0
|
||||
offset_left = 309.0
|
||||
offset_top = 216.0
|
||||
offset_right = 405.0
|
||||
|
@ -800,6 +802,7 @@ text = "Cancel
|
|||
"
|
||||
|
||||
[node name="OpenButton" type="Button" parent="ShowtapeLoadScreen/DialogPanel"]
|
||||
layout_mode = 0
|
||||
offset_left = 408.0
|
||||
offset_top = 216.0
|
||||
offset_right = 504.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue