Skip to content
Snippets Groups Projects
Commit c19c7d7d authored by Eugene Mutavchi's avatar Eugene Mutavchi
Browse files

Partially implemented normal sub-task EXT-6548 (Edit Outfit: Clean up XUI to...

Partially implemented normal sub-task EXT-6548 (Edit Outfit: Clean up XUI to allow all elements to fit properly in the panel)
 - added dummy space between buttons.
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/331/

--HG--
branch : product-engine
parent f6feac51
No related branches found
No related tags found
No related merge requests found
...@@ -234,6 +234,14 @@ ...@@ -234,6 +234,14 @@
name="move_further_btn" name="move_further_btn"
top="1" top="1"
width="31" /> width="31" />
<icon
follows="bottom|left"
height="25"
image_name="Toolbar_Middle_Off"
layout="topleft"
left_pad="1"
name="dummy_icon"
width="105" />
<button <button
follows="bottom|right" follows="bottom|right"
height="25" height="25"
...@@ -440,6 +448,22 @@ ...@@ -440,6 +448,22 @@
name="add_to_outfit_btn" name="add_to_outfit_btn"
top="1" top="1"
width="31" /> width="31" />
<icon
follows="bottom|left"
height="25"
image_name="Toolbar_Middle_Off"
layout="topleft"
left_pad="1"
name="dummy_middle_icon"
width="140" />
<icon
follows="bottom|left"
height="25"
image_name="Toolbar_Right_Off"
layout="topleft"
left_pad="1"
name="dummy_right_icon"
width="31" />
</panel> </panel>
</layout_panel> </layout_panel>
</layout_stack> </layout_stack>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment