forked from qt-creator/qt-creator
Utils: move pan icon from scxml to utils
It will also be used in Qt Quick Designer Change-Id: Id4e16f417c5faf8baf9437c0d4845397f3ddb4fc Reviewed-by: Marco Benelli <marco.benelli@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -208,6 +208,8 @@ const Icon COLLAPSE({
|
||||
{QLatin1String(":/utils/images/collapse.png"), Theme::PanelTextColorMid}}, Icon::Tint);
|
||||
const Icon COLLAPSE_TOOLBAR({
|
||||
{QLatin1String(":/utils/images/collapse.png"), Theme::IconsBaseColor}});
|
||||
const Icon PAN_TOOLBAR({
|
||||
{QLatin1String(":/utils/images/pan.png"), Theme::IconsBaseColor}});
|
||||
const Icon EMPTY14(":/utils/images/empty14.png");
|
||||
const Icon OVERLAY_ADD({
|
||||
{":/utils/images/iconoverlay_add_background.png", Theme::BackgroundColorNormal},
|
||||
|
||||
Reference in New Issue
Block a user