diff options
author | Jiao Li <angela@lindenlab.com> | 2009-07-09 07:00:30 +0000 |
---|---|---|
committer | Jiao Li <angela@lindenlab.com> | 2009-07-09 07:00:30 +0000 |
commit | b90099b4b020579b6a1f650f0bfafc48142bad66 (patch) | |
tree | 7aacb3f52eee9ebef12d81fe5f386dc08e9ebf34 /indra/newview/skins/default/xui/en/panel_bottomtray.xml | |
parent | a994f3dbeeb33a3f043ca29191cf29e0c9fc2b21 (diff) |
1. created prototype stand up button ins LLBottomTray
2. re-arranged LLFloaterReg::add alphabetically
to be reviewed
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_bottomtray.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_bottomtray.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_bottomtray.xml b/indra/newview/skins/default/xui/en/panel_bottomtray.xml index fe23d58793..71cc789038 100644 --- a/indra/newview/skins/default/xui/en/panel_bottomtray.xml +++ b/indra/newview/skins/default/xui/en/panel_bottomtray.xml @@ -136,6 +136,38 @@ top="3" width="90" /> </layout_panel> + <icon + auto_resize="false" + color="0 0 0 0" + follows="left|right" + height="10" + image_name="spacer24.tga" + layout="topleft" + left="0" + name="DUMMY" + top="0" + width="5" + min_width="5"/> + <layout_panel + auto_resize="false" + follows="right" + height="28" + layout="topleft" + left="5" + min_height="28" + width="90" + top_delta="-10" + min_width="90"> + <button + bottom="22" + follows="right" + height="20" + label="Stand Up" + layout="topleft" + name="stand" + top="3" + width="90" /> + </layout_panel> <icon auto_resize="false" color="0 0 0 0" |