MainWindow: Reduce minimum width of some spacers

Reduce the minimum width of two horizontal spacers, the one next to the
table drop down box and the one in the SQL log dock. This way the combo
boxes can take up a bit more space when the window is not that big.
This commit is contained in:
Martin Kleusberg
2013-07-01 19:13:32 +02:00
parent ed04128a74
commit 2fceab31b7

View File

@@ -143,7 +143,7 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>300</width>
<width>200</width>
<height>20</height>
</size>
</property>
@@ -899,7 +899,7 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<width>20</width>
<height>20</height>
</size>
</property>