Set a sensible maximum for the browsed table combobox

See issue  #420
This commit is contained in:
mgr
2018-10-04 23:08:41 +02:00
parent fd0b34265c
commit 629b02ae85

View File

@@ -120,6 +120,12 @@ You can drag SQL statements from an object row and drop them into other applicat
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>400</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Select a table to browse data</string>
</property>