Skip to content

Commit

Permalink
MainWindow: Reduce minimum width of some spacers
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MKleusberg committed Jul 1, 2013
1 parent ed04128 commit 2fceab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>300</width>
<width>200</width>
<height>20</height>
</size>
</property>
Expand Down Expand Up @@ -899,7 +899,7 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<width>20</width>
<height>20</height>
</size>
</property>
Expand Down

0 comments on commit 2fceab3

Please sign in to comment.