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;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: none;
|
background-color: none;
|
||||||
|
color: #dedede;
|
||||||
}
|
}
|
||||||
|
|
||||||
QToolButton::pressed
|
QToolButton::pressed
|
||||||
|
Reference in New Issue
Block a user