diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2012-02-03 07:43:34 +0200 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2012-02-03 07:43:34 +0200 |
commit | 094b3b8f3de20bc6c157fcf94653a9e4f7c9ab5c (patch) | |
tree | f205a91476817681e9b559eee3c83e474cebed08 /indra | |
parent | c1e47e0acab0d82ae25d65d64ac22afca6f2bd12 (diff) |
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
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_navigation_bar.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_navigation_bar.xml b/indra/newview/skins/default/xui/en/panel_navigation_bar.xml index 4ff9dbae0f..53a09ce041 100644 --- a/indra/newview/skins/default/xui/en/panel_navigation_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_navigation_bar.xml @@ -70,7 +70,7 @@ layout="topleft" auto_resize="true" user_resize="true" - min_width="380" + min_width="310" name="navigation_layout_panel" width="480"> <panel @@ -148,15 +148,15 @@ layout="topleft" auto_resize="true" user_resize="true" - min_width="450" + min_width="185" name="favorites_layout_panel" - width="500"> + width="320"> <icon follows="top|left" height="25" image_name="ChatBarHandle" layout="topleft" - left="-503" + left="-323" 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="496"> + width="320"> <label follows="left|top" height="13" |