Add name attributes in panel_script_experience.xml

master
PanteraPolnocy 2023-01-13 20:00:40 +01:00
parent 0c9d4db072
commit 0ade3406d7
2 changed files with 17 additions and 12 deletions

View File

@ -48,23 +48,28 @@
layout="topleft"
visible="false">
<layout_panel width="120"
height="140">
<text >
height="140"
name="xp_layout_panel">
<text name="lbl_script">
Script:
</text>
<text bottom_delta="25">
<text bottom_delta="25"
name="lbl_associated">
Associated with:
</text>
<text bottom_delta="25">
<text bottom_delta="25"
name="lbl_contribute">
You can contribute:
</text>
<text bottom_delta="25">
<text bottom_delta="25"
name="lbl_associate">
Associate with:
</text>
</layout_panel>
<layout_panel width="250"
height="140">
height="140"
name="xp_choose_panel">
<text >
EasySit Animator 1.2.4
</text>

View File

@ -3,21 +3,21 @@
<button name="Expand Experience" label="Przygoda" />
<check_box label="Używa przygody" name="enable_xp" />
<layout_stack name="xp_details">
<layout_panel>
<text>
<layout_panel name="xp_layout_panel">
<text name="lbl_script">
Skrypt:
</text>
<text>
<text name="lbl_associated">
Powiązane z:
</text>
<text>
<text name="lbl_contribute">
Możesz uczestniczyć:
</text>
<text>
<text name="lbl_associate">
Powiąż z:
</text>
</layout_panel>
<layout_panel>
<layout_panel name="xp_choose_panel">
<combo_box label="Wybierz przygodę..." name="Experiences..." />
</layout_panel>
</layout_stack>