QmlDesigner: Remove unneeded margin around the connection view

The other tabs also have no margin.

Change-Id: Ied1cf078b728f9b24d0357c919ac5c41fa3440e9
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Alessandro Portale
2017-08-08 13:09:02 +02:00
parent 88b113c850
commit 3a195ffb9a

View File

@@ -208,6 +208,18 @@
</widget> </widget>
<widget class="QWidget" name="backendViewPage"> <widget class="QWidget" name="backendViewPage">
<layout class="QGridLayout" name="gridLayout_5"> <layout class="QGridLayout" name="gridLayout_5">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QTableView" name="backendView"> <widget class="QTableView" name="backendView">
<property name="alternatingRowColors"> <property name="alternatingRowColors">