mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 19:11:39 -06:00
Change the maximum size of the SQL results pane to a more flexible approach
Set a default equal to the previous maximum, but allow user to grow this pane to any value, permitted by the other widgets. See issue #1670
This commit is contained in:
@@ -198,11 +198,11 @@
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QTextEdit" name="editErrors">
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>16777215</width>
|
||||
<height>120</height>
|
||||
</size>
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>120</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
|
||||
Reference in New Issue
Block a user