Skip to content
Snippets Groups Projects
Commit d894c7a0 authored by Lynx Linden's avatar Lynx Linden
Browse files

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.
parent 82b0a42f
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
can_resize="true" can_resize="true"
height="646" height="646"
layout="topleft" layout="topleft"
min_height="140" min_height="646"
min_width="467" min_width="670"
name="floater_search" name="floater_search"
help_topic="floater_search" help_topic="floater_search"
save_rect="true" save_rect="true"
......
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