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

EXP-1819 FIXED (Location & Favorites bar splitter should be draggable to ~75%)

- Made splitter draggable to ~75%
- Decreased min width of navigation layout panel for user convenience, so that user can make favorites bar bigger and see more favorite landmarks at a time.
parent f3ddb75b
Branches
Tags
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="480" min_width="380"
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="315" min_width="450"
name="favorites_layout_panel" name="favorites_layout_panel"
width="315"> width="500">
<icon <icon
follows="top|left" follows="top|left"
height="25" height="25"
image_name="ChatBarHandle" image_name="ChatBarHandle"
layout="topleft" layout="topleft"
left="-318" left="-503"
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="311"> width="496">
<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.
Please register or to comment