forked from qt-creator/qt-creator
Utils: Separate the filter icon from the expand arrow
...so that the filter funnel can be used stand-alone Change-Id: Ic8675954edd4234f84de8caffedd1a67b67b2edd Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -176,7 +176,8 @@ const Icon CLOSE_SPLIT_LEFT({
|
||||
const Icon CLOSE_SPLIT_RIGHT({
|
||||
{QLatin1String(":/utils/images/splitbutton_closeright.png"), Theme::IconsBaseColor}});
|
||||
const Icon FILTER({
|
||||
{QLatin1String(":/utils/images/filtericon.png"), Theme::IconsBaseColor}});
|
||||
{QLatin1String(":/utils/images/filtericon.png"), Theme::IconsBaseColor},
|
||||
{QLatin1String(":/utils/images/toolbuttonexpandarrow.png"), Theme::IconsBaseColor}});
|
||||
const Icon LINK({
|
||||
{QLatin1String(":/utils/images/linkicon.png"), Theme::PanelTextColorMid}}, Icon::Tint);
|
||||
const Icon LINK_TOOLBAR({
|
||||
|
||||
Reference in New Issue
Block a user