Utils: Introduce Utils::Icons::PINNED_SMALL

Replaces two duplicated pin.xpm in the pinnable debugger tooltip and the
qmleditorwidgets with the new icon.

Change-Id: I57b7adc5c0b92ffdf01da12dd832482d739cb86e
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
Alessandro Portale
2023-03-29 15:58:56 +02:00
parent 73c645820f
commit cb3fd6eb0d
7 changed files with 9 additions and 51 deletions

View File

@@ -24,6 +24,8 @@ const Icon UNLOCKED({
{":/utils/images/unlocked.png", Theme::PanelTextColorDark}}, Icon::Tint);
const Icon PINNED({
{":/utils/images/pinned.png", Theme::PanelTextColorDark}}, Icon::Tint);
const Icon PINNED_SMALL({
{":/utils/images/pinned_small.png", Theme::PanelTextColorDark}}, Icon::Tint);
const Icon NEXT({
{":/utils/images/next.png", Theme::IconsWarningColor}}, Icon::MenuTintedStyle);
const Icon NEXT_TOOLBAR({