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 {