Set a minimum size for the Browse Table combo-box

See issue #1965
This commit is contained in:
mgrojo
2019-08-12 21:45:37 +02:00
parent 622ef9dfc1
commit e40271f042

View File

@@ -150,6 +150,12 @@ You can drag SQL statements from an object row and drop them into other applicat
</item>
<item>
<widget class="QComboBox" name="comboBrowseTable">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Select a table to browse data</string>
</property>