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
This commit is contained in:
dt
2009-06-30 15:44:50 +02:00
parent a39d7e8d12
commit a12dbe9592

View File

@@ -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>