forked from qt-creator/qt-creator
utils: Let the link icon have a LINK and a LINK_TOOLBAR version
Change-Id: I910d491f7f5ac47c55c966f687b004c0e0793c5f Change-Id: I910d491f7f5ac47c55c966f687b004c0e0793c5e Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Eike Ziller
parent
0c11cee246
commit
807c7c6380
@@ -171,6 +171,8 @@ const Icon CLOSE_SPLIT_RIGHT({
|
||||
const Icon FILTER({
|
||||
{QLatin1String(":/utils/images/filtericon.png"), Theme::IconsBaseColor}});
|
||||
const Icon LINK({
|
||||
{QLatin1String(":/utils/images/linkicon.png"), Theme::PanelTextColorMid}}, Icon::Tint);
|
||||
const Icon LINK_TOOLBAR({
|
||||
{QLatin1String(":/utils/images/linkicon.png"), Theme::IconsBaseColor}});
|
||||
const Icon WARNING({
|
||||
{QLatin1String(":/utils/images/warningfill.png"), Theme::BackgroundColorNormal},
|
||||
|
||||
Reference in New Issue
Block a user