summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorLynx Linden <lynx@lindenlab.com>2009-12-21 16:55:41 +0000
committerLynx Linden <lynx@lindenlab.com>2009-12-21 16:55:41 +0000
commitd894c7a0d8292ce2114e88f382dcf6187b0d2535 (patch)
treed7a04f35a3ef3c458cd8a05935da4a05b69d0cd3 /indra
parent82b0a42f86b9eb0ce45635cd91d689e9400e7824 (diff)
DEV-43799: Increase the minimum floater size for Search.
Liana and the search team want the minimum size of the search floater to be such that the web content appears at 650x600 pixels. Users can resize the window larger, but not smaller, than this limit.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/skins/default/xui/en/floater_search.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_search.xml b/indra/newview/skins/default/xui/en/floater_search.xml
index 9c1a5499db..5a9e2ebe6e 100644
--- a/indra/newview/skins/default/xui/en/floater_search.xml
+++ b/indra/newview/skins/default/xui/en/floater_search.xml
@@ -4,8 +4,8 @@
can_resize="true"
height="646"
layout="topleft"
- min_height="140"
- min_width="467"
+ min_height="646"
+ min_width="670"
name="floater_search"
help_topic="floater_search"
save_rect="true"