XUI cleanup: More parameter fixes

Ansariel 2014-06-14 15:16:07 +02:00
parent c913a301dd
commit 939df50fc7
11 changed files with 13 additions and 38 deletions

View File

@ -4,7 +4,7 @@
revert_on_esc="true"
commit_on_focus_lost="true"
ignore_tab="true"
max_length="254"
max_length_bytes="254"
text_pad_right="0"
text_pad_left="2"
mouse_opaque="true"/>

View File

@ -57,7 +57,7 @@
height="16"
layout="topleft"
left_delta="78"
max_length_chars="63"
max_length_bytes="63"
name="LabelItemName"
top_delta="0"
width="252" />
@ -80,7 +80,7 @@
height="16"
layout="topleft"
left_delta="78"
max_length_chars="127"
max_length_bytes="127"
name="LabelItemDesc"
top_delta="0"
width="252" />

View File

@ -30,7 +30,6 @@
</text>
<panel_inventory_object
background_visible="false"
draw_border="false"
follows="all"
height="276"
layout="topleft"

View File

@ -84,7 +84,7 @@
top_pad="0"
layout="topleft"
left="130"
max_length="9"
max_length_bytes="9"
name="amount"
width="80" />
<text
@ -104,7 +104,7 @@
top_pad="0"
layout="topleft"
left="35"
max_length="9"
max_length_bytes="127"
name="payment_message"
width="175" />
<button

View File

@ -117,7 +117,7 @@
top_pad="0"
layout="topleft"
left="120"
max_length="9"
max_length_bytes="9"
name="amount"
width="80" />
<button

View File

@ -18,15 +18,7 @@
left="5"
height="25"
width="25"
visible="false"
speaker.name="speaker_p2p"
speaker.width="20"
speaker.height="25"
speaker.left="25"
speaker.top="25"
speaker.auto_update="true"
speaker.draw_border="false"
speaker.visible="false">
visible="false">
</chiclet_script>
<chiclet_offer
name="inv_offer_chiclet"
@ -36,15 +28,7 @@
left="5"
height="25"
width="25"
visible="false"
speaker.name="speaker_p2p"
speaker.width="20"
speaker.height="25"
speaker.left="25"
speaker.top="25"
speaker.auto_update="true"
speaker.draw_border="false"
speaker.visible="false">
visible="false">
</chiclet_offer>
<text
type="string"

View File

@ -32,7 +32,6 @@
width="308"/>
<texture_picker
allow_no_texture="true"
border_enabled="true"
fallback_image="default_land_picture.j2c"
enabled="false"
follows="left|top"
@ -67,8 +66,7 @@
textbox.max_length="1024"
textbox.show_context_menu="false"
top_pad="0"
width="178"
word_wrap="true" />
width="178"/>
<button
follows="right"
height="20"

View File

@ -45,7 +45,6 @@
parse_urls="true"/>
<text_editor
border_visible="true"
bevel_style="in"
parse_urls="true"
enabled="true"
follows="all"
@ -61,8 +60,7 @@
use_ellipses="true"
value="message"
width="285"
word_wrap="true"
parse_url="false" >
word_wrap="true">
</text_editor>
</panel>
<panel

View File

@ -32,7 +32,6 @@
width="308"/>
<texture_picker
allow_no_texture="true"
border_enabled="true"
fallback_image="default_land_picture.j2c"
enabled="false"
follows="left|top"
@ -55,8 +54,7 @@
text_color="White"
top="9"
use_ellipses="true"
width="193"
word_wrap="false" />
width="193"/>
<expandable_text
follows="top|left|right"
font="SansSerifSmall"

View File

@ -32,7 +32,6 @@
width="308"/>
<texture_picker
allow_no_texture="true"
border_enabled="true"
fallback_image="default_land_picture.j2c"
enabled="false"
follows="left|top"
@ -68,7 +67,6 @@
textbox.show_context_menu="false"
top_pad="0"
width="178"
word_wrap="true"
expanded_bg_visible="true"
expanded_bg_color="SL-Background_Light"/>
<button

View File

@ -57,7 +57,7 @@
height="16"
layout="topleft"
left_delta="78"
max_length="63"
max_length_bytes="63"
name="LabelItemName"
top_delta="0"
width="252" />
@ -80,7 +80,7 @@
height="16"
layout="topleft"
left_delta="78"
max_length="127"
max_length_bytes="127"
name="LabelItemDesc"
top_delta="0"
width="252" />