wlfPanel cleanup and simplification

This commit is contained in:
Inusaito Sayori
2014-11-10 18:25:31 -05:00
parent e3d45d99da
commit 37412c8dd2
4 changed files with 27 additions and 38 deletions

View File

@@ -3,7 +3,7 @@
enabled="true" follows="left|bottom" height="20" left="0"
name="Adv_Settings" use_bounding_rect="true" width="30" >
<panel bottom="1" filename="panel_bg_tab.xml" height="22" left="0" width="30" />
<button bottom="1" height="22" label=""
<button bottom="1" height="22" label="" image_overlay="arrow_up.tga"
left="5" name="expand" scale_image="true" toggle="true"
tool_tip="Show the Settings Panel" width="22" />
</panel>

View File

@@ -28,5 +28,5 @@
<check_box bottom_delta="0" left_delta="110" label="Crossfade?" control_name="PhoenixInterpolateSky" height="16" name="Crossfade" tool_tip="If unchecked, Sky Windlight settings changes will apply immediately, without hesitation/animation."/>
<icon bottom_delta="-18" height="14" image_name="icon_day_cycle.tga" left="10" width="150"/>
<slider bottom_delta="-8" control_name="EnvTimeSlider" left="5" height="10" increment="0.00000001" label="" max_val="1" min_val="0" name="EnvTimeSlider" show_text="false" width="160"/>
<button bottom="1" height="22" label="" left="172" name="expand" scale_image="true" toggle="true" tool_tip="Hide the Settings Panel" width="22"/>
<button bottom="1" height="22" label="" left="172" name="expand" scale_image="true" image_overlay="arrow_down.tga" toggle="true" tool_tip="Hide the Settings Panel" width="22"/>
</panel>