Skip to content

Commit

Permalink
set better size for the browse table combobox
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Jan 29, 2013
1 parent f8e51cc commit 4601c5f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,18 @@
</item>
<item>
<widget class="QComboBox" name="comboBrowseTable">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Select a table to browse data</string>
</property>
Expand Down Expand Up @@ -158,7 +170,7 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<width>300</width>
<height>20</height>
</size>
</property>
Expand Down

0 comments on commit 4601c5f

Please sign in to comment.