Updated pick panel code, removed dead stuff including xmls.

This commit is contained in:
Lirusaito
2013-06-15 06:10:31 -04:00
parent 8ce71811c5
commit c5d21cfb1c
8 changed files with 76 additions and 318 deletions

View File

@@ -18,12 +18,4 @@
name="pick_teleport_btn" width="70" />
<button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="80"
name="pick_map_btn" width="100" />
<text bottom_delta="0" follows="left|top" height="20" left="290"
name="sort_order_text" width="30">
Sort:
</text>
<line_editor bottom_delta="5" follows="left|top" height="16" left="280"
name="sort_order_editor" width="25" />
<check_box bottom_delta="0" follows="left|top" height="20" label="Enabled" left="360"
name="enabled_check" width="80" />
</panel>

View File

@@ -1,29 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="false" bottom="20" follows="bottom|left" height="470" left="330"
name="Pick" title="Pick" width="450">
<texture_picker bottom="-315" follows="left|top" height="300" left="20" name="snapshot_ctrl"
width="400" />
<line_editor bottom_delta="-8" enabled="false" follows="left|top"
font="SansSerif" height="20" left="20" name="given_name_editor"
width="400" />
<text_editor enabled="false" follows="left|top" font="SansSerif"
height="90" left="20" max_length="1023" name="desc_editor"
width="400" word_wrap="true" spell_check="true" />
<line_editor enabled="false" follows="left|top" font="SansSerif"
height="20" left="20" name="location_editor"
width="400" />
<button bottom_delta="0" follows="left|top" height="20" label="Set" left="380"
name="set_location_btn" width="60" />
<button bottom_delta="-30" follows="left|top" height="20" label="Teleport" left="20"
name="pick_teleport_btn" width="80" />
<button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="105"
name="pick_map_btn" width="100" />
<text bottom_delta="0" follows="left|top" height="20" left="290"
name="sort_order_text" width="30">
Sort:
</text>
<line_editor bottom_delta="5" follows="left|top" height="16" left="320"
name="sort_order_editor" width="25" />
<check_box bottom_delta="0" follows="left|top" height="20" label="Enabled" left="360"
name="enabled_check" width="80" />
</panel>

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="Pick" title="Destacados">
<button label="Definir" name="set_location_btn"/>
<button label="Teleportar" name="pick_teleport_btn" width="85"/>
<button label="Mostrar en el Mapa" name="pick_map_btn" left="115"/>
<text name="sort_order_text">
Ordenar:
</text>
<check_box label="Activado" name="enabled_check"/>
</panel>

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="Pick" title="Choisir">
<button label="Définir" name="set_location_btn" />
<button label="Téléporter" name="pick_teleport_btn" />
<button label="Voir sur la carte" name="pick_map_btn" />
<text name="sort_order_text">
Trier:
</text>
<check_box label="Activé" name="enabled_check" />
</panel>

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="Pick" title="Pegar">
<button label="Ajustar" name="set_location_btn"/>
<button label="Teletransporte" name="pick_teleport_btn"/>
<button label="Mostrar no Mapa" name="pick_map_btn"/>
<text name="sort_order_text">
Ordenar:
</text>
<check_box label="Ativo" name="enabled_check"/>
</panel>