forked from qt-creator/qt-creator
Projects mode: Make plus icon dark and get rid of branch indicators
The PLUS icon was actually PLUS_TOOLBAR, so name it that way and add an actual PLUS icon. Remove the drawing of the branch indicators from the kit tree view by overriding the method that does it. Change-Id: I395e5187c1738faaee3e122b4f3f359261b514d7 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -91,8 +91,10 @@ const Icon ARROW_DOWN({
|
||||
{QLatin1String(":/utils/images/arrowdown.png"), Theme::IconsBaseColor}});
|
||||
const Icon MINUS({
|
||||
{QLatin1String(":/utils/images/minus.png"), Theme::IconsBaseColor}});
|
||||
const Icon PLUS({
|
||||
const Icon PLUS_TOOLBAR({
|
||||
{QLatin1String(":/utils/images/plus.png"), Theme::IconsBaseColor}});
|
||||
const Icon PLUS({
|
||||
{QLatin1String(":/utils/images/plus.png"), Theme::PaletteText}});
|
||||
const Icon MAGNIFIER({
|
||||
{QLatin1String(":/utils/images/magnifier.png"), Theme::PanelTextColorMid}}, Icon::Tint);
|
||||
const Icon CLEAN({
|
||||
|
||||
Reference in New Issue
Block a user