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
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@
layout="topleft"
auto_resize="true"
user_resize="true"
min_width="480"
min_width="380"
name="navigation_layout_panel"
width="480">
<panel
......@@ -148,15 +148,15 @@
layout="topleft"
auto_resize="true"
user_resize="true"
min_width="315"
min_width="450"
name="favorites_layout_panel"
width="315">
width="500">
<icon
follows="top|left"
height="25"
image_name="ChatBarHandle"
layout="topleft"
left="-318"
left="-503"
name="resize_handle"
top="4"
width="5" />
......@@ -171,7 +171,7 @@
name="favorite"
image_drag_indication="Accordion_ArrowOpened_Off"
tool_tip="Drag Landmarks here for quick access to your favorite places in Second Life!"
width="311">
width="496">
<label
follows="left|top"
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