Should contain no functional changes, ust that all ui in appearance mode is now cached instead of calling getChild per frame. Switches from hiding min/max param text every frame to force-drawing in draw call and setting invisible (llscrollingpanelparam.cpp/the corresponding xml) Cleans up some old commented out code. Moves some simple, one-call functions into their calling bodies. Also, for some reason I had to adjust the alpha checkboxes, totally confused why they were out of line... maybe they had been already? I don't see a changed line that did positioning. Contains spaces to tabs fixes, please view without space changes (You have been warned!)
43 lines
2.7 KiB
XML
43 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<panel bottom="0" enabled="true" height="152" left="0" mouse_opaque="true"
|
|
name="LLScrollingPanelParam" width="270">
|
|
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
|
bottom="-132" drop_shadow_visible="true" enabled="true" follows="left|top"
|
|
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4"
|
|
mouse_opaque="true" name="min param text" visible="false" v_pad="0" width="128" />
|
|
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
|
bottom="-132" drop_shadow_visible="true" enabled="true" follows="left|top"
|
|
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="138"
|
|
mouse_opaque="true" name="max param text" visible="false" v_pad="0" width="128" />
|
|
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
|
bottom="-27" drop_shadow_visible="true" enabled="true" follows="left|top"
|
|
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="8"
|
|
mouse_opaque="true" name="Loading..." v_pad="0" width="128">
|
|
Loading...
|
|
</text>
|
|
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
|
bottom="-27" drop_shadow_visible="true" enabled="true" follows="left|top"
|
|
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="142"
|
|
mouse_opaque="true" name="Loading...2" v_pad="0" width="128">
|
|
Loading...
|
|
</text>
|
|
<button bottom="-132" enabled="false" font="SansSerif" halign="center" height="132"
|
|
image_disabled="square_btn_32x128.tga"
|
|
image_disabled_selected="square_btn_selected_32x128.tga"
|
|
image_selected="square_btn_selected_32x128.tga"
|
|
image_unselected="square_btn_32x128.tga" label="" label_selected=""
|
|
left="2" mouse_opaque="true" name="less" scale_image="true"
|
|
tab_stop="false" width="132" />
|
|
<button bottom="-132" enabled="false" font="SansSerif" halign="center" height="132"
|
|
image_disabled="square_btn_32x128.tga"
|
|
image_disabled_selected="square_btn_selected_32x128.tga"
|
|
image_selected="square_btn_selected_32x128.tga"
|
|
image_unselected="square_btn_32x128.tga" label="" label_selected=""
|
|
left="136" mouse_opaque="true" name="more" scale_image="true"
|
|
tab_stop="false" width="132" />
|
|
<slider bottom="-150" can_edit_text="true" decimal_digits="0" enabled="false"
|
|
height="16" increment="1" initial_val="0" label="[DESC]" label_width="100"
|
|
left="6" max_val="100" min_val="0" mouse_opaque="true" name="param slider"
|
|
show_text="true" value="0" width="258" />
|
|
</panel>
|