Qt: Improve ColumnEditorFrame stretching

Use more free space in the ColumnEditorFrame for the Fields entry.

Change-Id: I6bdf2c6ce187dbd2aae08da00d99bda683dc5970
Reviewed-on: https://code.wireshark.org/review/24907
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
This commit is contained in:
Stig Bjørlykke 2017-12-20 10:49:56 +01:00
parent bbc44b7763
commit 153d588972
1 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1,0,0,0,0,0,0,0,0,0,2,0">
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1,0,0,0,0,0,2,0,0,0,0,0">
<property name="topMargin">
<number>0</number>
</property>
@ -67,7 +67,7 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
<height>5</height>
</size>
</property>
</spacer>
@ -112,7 +112,7 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>59</width>
<width>20</width>
<height>5</height>
</size>
</property>