From da89a035c1e2175b9a5fe0ea162ad2500adf5d42 Mon Sep 17 00:00:00 2001 From: Nathaniel Graham Date: Tue, 28 Nov 2017 18:51:21 -0700 Subject: [PATCH] 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 --- part.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part.cpp b/part.cpp index d2f179a3c..85e6edaa3 100644 --- a/part.cpp +++ b/part.cpp @@ -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] | []