forked from qt-creator/qt-creator
Utils: New "Fit to view" icon
Change-Id: I2592cb79a8dd7bad100c466cb45cf30039bace18 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -54,6 +54,8 @@ const Icon ZOOMIN_TOOLBAR({
|
||||
const Icon ZOOMOUT_TOOLBAR({
|
||||
{QLatin1String(":/utils/images/zoom.png"), Theme::IconsBaseColor},
|
||||
{QLatin1String(":/utils/images/zoomout_overlay.png"), Theme::IconsBaseColor}});
|
||||
const Icon FITTOVIEW_TOOLBAR({
|
||||
{QLatin1String(":/utils/images/fittoview.png"), Theme::IconsBaseColor}});
|
||||
const Icon OK({
|
||||
{QLatin1String(":/utils/images/ok.png"), Theme::IconsRunToolBarColor}}, Icon::Tint);
|
||||
const Icon NOTLOADED({
|
||||
|
||||
Reference in New Issue
Block a user