Skip to content
Snippets Groups Projects
Commit 094b3b8f authored by Paul ProductEngine's avatar Paul ProductEngine
Browse files

EXP-1819 FIXED (Location & Favorites bar splitter should be draggable to 200...

EXP-1819 FIXED (Location & Favorites bar splitter should be draggable to 200 px on left and 150 px on right. )

- Allowed dragging to the left to shrink location to no less than 310 pixels, and to the right to shrink favorites to 185 pixels
parent c1e47e0a
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
layout="topleft" layout="topleft"
auto_resize="true" auto_resize="true"
user_resize="true" user_resize="true"
min_width="380" min_width="310"
name="navigation_layout_panel" name="navigation_layout_panel"
width="480"> width="480">
<panel <panel
...@@ -148,15 +148,15 @@ ...@@ -148,15 +148,15 @@
layout="topleft" layout="topleft"
auto_resize="true" auto_resize="true"
user_resize="true" user_resize="true"
min_width="450" min_width="185"
name="favorites_layout_panel" name="favorites_layout_panel"
width="500"> width="320">
<icon <icon
follows="top|left" follows="top|left"
height="25" height="25"
image_name="ChatBarHandle" image_name="ChatBarHandle"
layout="topleft" layout="topleft"
left="-503" left="-323"
name="resize_handle" name="resize_handle"
top="4" top="4"
width="5" /> width="5" />
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
name="favorite" name="favorite"
image_drag_indication="Accordion_ArrowOpened_Off" image_drag_indication="Accordion_ArrowOpened_Off"
tool_tip="Drag Landmarks here for quick access to your favorite places in Second Life!" tool_tip="Drag Landmarks here for quick access to your favorite places in Second Life!"
width="496"> width="320">
<label <label
follows="left|top" follows="left|top"
height="13" height="13"
......
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