Add name attributes in panel_script_experience.xml
parent
0c9d4db072
commit
0ade3406d7
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue