From 28c6457b8cbb992542d559bc3897646458fbe245 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Mon, 29 Jun 2020 13:35:36 +0300 Subject: [PATCH] QmlDesigner: Change style of connection view Style updated according to UX specification (QDS-2201). Change-Id: Id1bf1fec0a5f0e742c1f5146d905800b53ed5125 Fixes: QDS-2437 Reviewed-by: Mahmoud Badri --- .../connectioneditor/connectionviewwidget.ui | 12 ------------ .../components/connectioneditor/stylesheet.css | 5 ++--- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/src/plugins/qmldesigner/components/connectioneditor/connectionviewwidget.ui b/src/plugins/qmldesigner/components/connectioneditor/connectionviewwidget.ui index 1828811abf4..e1839f581e5 100644 --- a/src/plugins/qmldesigner/components/connectioneditor/connectionviewwidget.ui +++ b/src/plugins/qmldesigner/components/connectioneditor/connectionviewwidget.ui @@ -81,9 +81,6 @@ 0 - - true - QAbstractItemView::SingleSelection @@ -128,9 +125,6 @@ - - true - QAbstractItemView::SingleSelection @@ -175,9 +169,6 @@ - - true - QAbstractItemView::SingleSelection @@ -222,9 +213,6 @@ - - true - QAbstractItemView::SingleSelection diff --git a/src/plugins/qmldesigner/components/connectioneditor/stylesheet.css b/src/plugins/qmldesigner/components/connectioneditor/stylesheet.css index 5155ac3efac..879d089f9fd 100644 --- a/src/plugins/qmldesigner/components/connectioneditor/stylesheet.css +++ b/src/plugins/qmldesigner/components/connectioneditor/stylesheet.css @@ -38,10 +38,9 @@ QTableView::item:selected QHeaderView::section { background-color: #494949; - padding: 4px; - border: 1px solid black; + border: 0px; color: creatorTheme.DStextColor; - margin: 2px + margin-right: 1px } QTableView {