Chopchopchop

This commit is contained in:
Lirusaito
2012-01-26 17:27:10 -05:00
parent 131dc84256
commit c652df10c6

View File

@@ -1,46 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="true" bottom="0" height="500" label="Popups" left="0" name="popups"
title="Popups" width="400">
<text bottom="-20" follows="top|left" left="15" width="300" name="dont_show_label">
Do not show these popups:
</text>
<scroll_list follows="top|left" height="88" left="15" name="disabled_popups" width="480" />
<button follows="top|left" height="20" label="Enable this popup" left="15"
name="enable_popup" width="175" />
<button follows="top|left" height="20" label="Enable all popups..." left="200"
name="reset_dialogs_btn"
tool_tip="Enable all of the optional popups and &apos;first time use&apos; notifications."
width="175" bottom_delta="0" />
<text follows="top|left" left="15" width="128" name="show_label" bottom_delta="-24">
Show these popups:
</text>
<scroll_list follows="top|left" height="88" left="15" name="enabled_popups" width="480" />
<button follows="top|left" height="20" label="Disable first time popups..." left="15"
name="skip_frst_btn"
tool_tip="Disable all of the first time use notifications."
width="175" />
<button bottom_delta="0" follows="top|left" height="20"
label="Disable all these popups..." left="200"
name="skip_dialogs_btn"
tool_tip="Disable all of the optional popups and &apos;first time use&apos; notifications."
width="175" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-24" drop_shadow_visible="true" enabled="true"
follows="left|top" font="SansSerifSmall" h_pad="0" halign="left"
height="10" left="15" mouse_opaque="false" name="text_box2" v_pad="0"
width="270">
Offers of notecards, textures and landmarks:
</text>
<check_box bottom_delta="-25" enabled="true"
follows="left|top" font="SansSerifSmall" height="16" initial_value="false"
label="Automatically accept" left="40" mouse_opaque="true"
name="accept_new_inventory" radio_style="false" width="270" />
<check_box bottom_delta="-20" enabled="true"
follows="left|top" font="SansSerifSmall" height="16" initial_value="true"
label="Automatically view after accepting" left="40" mouse_opaque="true"
name="show_new_inventory" radio_style="false" width="270" />
<check_box bottom_delta="-20" enabled="true"
follows="left|top" font="SansSerifSmall" height="16" initial_value="true"
label="Automatically show newly accepted objects in inventory" left="18" mouse_opaque="true"
name="show_in_inventory" radio_style="false" width="270" />
<panel border="true" bottom="0" height="500" label="Popups" left="0" name="popups" title="Popups" width="400">
<text bottom="-20" follows="top" left="15" name="dont_show_label">Do not show these popups:</text>
<scroll_list follows="top" height="88" name="disabled_popups" width="480"/>
<button follows="top" height="20" label="Enable this popup" name="enable_popup" width="175"/>
<button follows="top" height="20" label="Enable all popups..." left="200" name="reset_dialogs_btn" tool_tip="Enable all of the optional popups and &apos;first time use&apos; notifications." width="175" bottom_delta="0"/>
<text follows="top" left="15" name="show_label" bottom_delta="-24">Show these popups:</text>
<scroll_list follows="top" height="88" left="15" name="enabled_popups" width="480"/>
<button follows="top" height="20" label="Disable first time popups..." name="skip_frst_btn" tool_tip="Disable all of the first time use notifications." width="175"/>
<button bottom_delta="0" follows="top" height="20" label="Disable all these popups..." left="200" name="skip_dialogs_btn" tool_tip="Disable all of the optional popups and &apos;first time use&apos; notifications." width="175"/>
<text bottom_delta="-24" follows="top" height="10" left="15" name="text_box2">Offers of notecards, textures and landmarks:</text>
<check_box bottom_delta="-25" follows="top" height="16" initial_value="false" label="Automatically accept" left="40" name="accept_new_inventory"/>
<check_box bottom_delta="-20" follows="top" height="16" initial_value="true" label="Automatically view after accepting" name="show_new_inventory"/>
<check_box bottom_delta="-20" follows="top" height="16" initial_value="true" label="Automatically show newly accepted objects in inventory" left="18" name="show_in_inventory"/>
</panel>