Use a distinct and more appropriate icon for Layers

Summary: BUG: 387424

Test Plan:
Tested in KDE Neon. Before, using Breeze icons:
{F5517757}

After, using Breeze icons:
{F5523390}

Before, using Oxygen icons:
{F5523394}

After, using Oxygen icons:
{F5523395}

Reviewers: aacid, #okular

Reviewed By: aacid, #okular

Subscribers: rkflx

Tags: #okular

Differential Revision: https://phabricator.kde.org/D9043
This commit is contained in:
Nathaniel Graham 2017-11-28 18:51:21 -07:00
parent a321a9ed68
commit da89a035c1

View file

@ -422,7 +422,7 @@ m_cliPresentation(false), m_cliPrint(false), m_embedMode(detectEmbedMode(parentW
// [left toolbox: Layers] | []
m_layers = new Layers( nullptr, m_document );
connect( m_layers.data(), &Layers::hasLayers, this, &Part::enableLayers );
m_sidebar->addItem( m_layers, QIcon::fromTheme( QStringLiteral("draw-freehand") ), i18n( "Layers" ) );
m_sidebar->addItem( m_layers, QIcon::fromTheme( QStringLiteral("format-list-unordered") ), i18n( "Layers" ) );
enableLayers( false );
// [left toolbox: Thumbnails and Bookmarks] | []