mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 09:14:42 -04:00
Translators can now be seen in the About window.
This commit is contained in:
parent
84259ae5ea
commit
d0a50c45e3
3 changed files with 52 additions and 9 deletions
|
@ -160,6 +160,26 @@ size_flags_vertical = 3
|
|||
custom_constants/item_margin = -2
|
||||
hide_root = true
|
||||
|
||||
[node name="Translators" type="VBoxContainer" parent="AboutUI/Credits"]
|
||||
visible = false
|
||||
margin_left = 254.0
|
||||
margin_right = 496.0
|
||||
margin_bottom = 126.0
|
||||
size_flags_horizontal = 3
|
||||
|
||||
[node name="Label" type="Label" parent="AboutUI/Credits/Translators"]
|
||||
margin_right = 242.0
|
||||
margin_bottom = 14.0
|
||||
text = "Translators"
|
||||
|
||||
[node name="TranslatorTree" type="Tree" parent="AboutUI/Credits/Translators"]
|
||||
margin_top = 18.0
|
||||
margin_right = 242.0
|
||||
margin_bottom = 126.0
|
||||
size_flags_vertical = 3
|
||||
custom_constants/item_margin = -2
|
||||
hide_root = true
|
||||
|
||||
[node name="HSeparator2" type="HSeparator" parent="AboutUI"]
|
||||
margin_top = 237.0
|
||||
margin_right = 488.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue