forked from qt-creator/qt-creator
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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user