diff options
author | McCabe Maxsted | 2010-08-25 00:17:04 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-26 11:26:54 -0700 |
commit | 7e764908ae52a2fadf93a9c84ec3e2b19d89a824 (patch) | |
tree | 1c0bc1677ccf4b14daacfd9af70f2858443c4800 /linden | |
parent | automatically add all XUI to solution (diff) | |
download | meta-impy-7e764908ae52a2fadf93a9c84ec3e2b19d89a824.zip meta-impy-7e764908ae52a2fadf93a9c84ec3e2b19d89a824.tar.gz meta-impy-7e764908ae52a2fadf93a9c84ec3e2b19d89a824.tar.bz2 meta-impy-7e764908ae52a2fadf93a9c84ec3e2b19d89a824.tar.xz |
Fixed minimum size of the Contacts window
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_my_friends.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_my_friends.xml b/linden/indra/newview/skins/default/xui/en-us/floater_my_friends.xml index c5d817b..d4ebfb8 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_my_friends.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_my_friends.xml | |||
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater can_close="false" can_drag_on_left="false" can_minimize="true" | 2 | <floater can_close="false" can_drag_on_left="false" can_minimize="true" |
3 | can_resize="true" can_tear_off="true" height="390" min_height="240" | 3 | can_resize="true" can_tear_off="true" height="390" min_height="265" |
4 | min_width="365" name="floater_my_friends" | 4 | min_width="365" name="floater_my_friends" |
5 | rect_control="FloaterContactsRect" title="Contacts" width="395"> | 5 | rect_control="FloaterContactsRect" title="Contacts" width="395"> |
6 | <tab_container bottom="6" follows="left|right|top|bottom" height="364" left="4" | 6 | <tab_container bottom="6" follows="left|right|top|bottom" height="364" left="4" |