forked from qt-creator/qt-creator
QmlDesigner.propertyEditor: fixes a style issue
The ToolButton color has to be be light gray instead of black (too hard to read). Task-number: QTCREATORBUG-4070
This commit is contained in:
@@ -180,6 +180,7 @@ QToolButton
|
||||
background: none;
|
||||
border: none;
|
||||
background-color: none;
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
QToolButton::pressed
|
||||
|
Reference in New Issue
Block a user