diff options
author | McCabe Maxsted | 2010-10-03 07:53:48 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-10-03 07:53:48 -0700 |
commit | 48a75bd303392b3f0f95f195e8365ed2423f610d (patch) | |
tree | d1b5a7259d3dbdd2ede13c9d467a28f8ca6c12d1 /linden/indra | |
parent | Reduced the max width and height for the snapshot window to hopefully lower t... (diff) | |
download | meta-impy-48a75bd303392b3f0f95f195e8365ed2423f610d.zip meta-impy-48a75bd303392b3f0f95f195e8365ed2423f610d.tar.gz meta-impy-48a75bd303392b3f0f95f195e8365ed2423f610d.tar.bz2 meta-impy-48a75bd303392b3f0f95f195e8365ed2423f610d.tar.xz |
Reduced the minimum size of the minimap
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml b/linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml index 8dfd43c..e02abe2 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | 2 | ||
3 | <floater name="minimap" short_title="Mini-Map" | 3 | <floater name="minimap" short_title="Mini-Map" |
4 | height="455" width="200" min_height="400" min_width="240" | 4 | height="455" width="200" min_height="325" min_width="200" |
5 | follows="top|right" can_close="true" can_drag_on_left="false" | 5 | follows="top|right" can_close="true" can_drag_on_left="false" |
6 | can_minimize="true" can_resize="true" can_tear_off="false" | 6 | can_minimize="true" can_resize="true" can_tear_off="false" |
7 | rect_control="FloaterMiniMapRect"> | 7 | rect_control="FloaterMiniMapRect"> |