From a12dbe95922f06c04b1990f518f6b58caf0bd623 Mon Sep 17 00:00:00 2001 From: dt <qtc-committer@nokia.com> Date: Tue, 30 Jun 2009 15:44:50 +0200 Subject: [PATCH] Don't hardcode the minimum size for the find toolbar. Let Qt figure out the correct monimum size. That fixes a rather strange resizing behaviour. Task-Nr: 257144 --- src/plugins/find/findwidget.ui | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/plugins/find/findwidget.ui b/src/plugins/find/findwidget.ui index 8bcf4388878..b11792768d0 100644 --- a/src/plugins/find/findwidget.ui +++ b/src/plugins/find/findwidget.ui @@ -10,12 +10,6 @@ <height>71</height> </rect> </property> - <property name="minimumSize"> - <size> - <width>600</width> - <height>0</height> - </size> - </property> <property name="windowTitle"> <string>Find</string> </property> -- GitLab