QmlDesigner: Remove border radius from .css

This is more consistent with the new flat style and the QML styling.

Change-Id: I750620227dc0b79a6518dcef9cfb86986a09cef4
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Thomas Hartmann
2016-07-01 12:42:06 +02:00
parent e3b1c9b912
commit 8dfe5590ce
2 changed files with 0 additions and 6 deletions

View File

@@ -40,7 +40,6 @@ QTabWidget::pane { /* The tab widget frame */
QLineEdit
{
border: 2px solid #8F8F8F;
border-radius: 4px;
padding: 0 8px;
background-color: white;
selection-background-color: darkgray;
@@ -51,7 +50,6 @@ QLineEdit#itemLibrarySearchInput
color: white;
font-size: 11px;
border: 2px solid #0F0F0F;
border-radius: 6px;
border-width: 1;
max-height: 20px;
min-height: 20px;

View File

@@ -107,7 +107,6 @@ QHeaderView::section {
padding: 4px;
border: 1px solid black;
color: #cacaca;
border-radius: 2px;
margin: 2px
}
@@ -169,7 +168,6 @@ QSpinBox
padding-bottom: 2px;
padding-left: 12px;
border: 2px solid #0F0F0F;
border-radius: 6px;
border-width: 1;
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #2c2c2c, stop: 1 #333333);
@@ -186,7 +184,6 @@ QSpinBox
padding-bottom: 2px;
padding-left: 12px;
border: 2px solid #0F0F0F;
border-radius: 6px;
border-width: 1;
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #2c2c2c, stop: 1 #333333);
@@ -310,7 +307,6 @@ QLineEdit
color: white;
font-size: 11px;
border: 2px solid #0F0F0F;
border-radius: 6px;
border-width: 1;
min-height: 26px;
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,