From 6c3a6ea9bd0adf13e4ac0ad4df8d73e680ccc965 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sun, 28 Jun 2015 04:50:02 -0400 Subject: [PATCH] Give Advanced Find a minimum size The horizontal size policy is now set to "MinimumExpanding", which means that sizeHint() is enforced as a minimum, but that the widget can make use of extra available space. Before, the size policy was ignored, and often resulted in a scrunched pane that had to have its size manually increased. --- src/frontends/qt4/ui/FindAndReplaceUi.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/ui/FindAndReplaceUi.ui b/src/frontends/qt4/ui/FindAndReplaceUi.ui index 2e113c76c8..da581650d2 100644 --- a/src/frontends/qt4/ui/FindAndReplaceUi.ui +++ b/src/frontends/qt4/ui/FindAndReplaceUi.ui @@ -11,7 +11,7 @@ - + 0 0 -- 2.39.2