forked from qt-creator/qt-creator
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user