diff options
| author | Piotr Henryk Dabrowski <[email protected]> | 2020-12-29 15:22:57 +0100 |
|---|---|---|
| committer | Piotr Henryk Dabrowski <[email protected]> | 2020-12-30 00:05:49 +0100 |
| commit | a19469d83d85b8ecb8ad8aed770c8bcfb9381ef8 (patch) | |
| tree | 265ced5733df0e430ea68802a5c75bf0e2824c9b /src | |
| parent | 741072272f5d8b45228a3adc9ccb873abf78f891 (diff) | |
use 'compass' instead of 'bookmarks' icon in Show Places Panel button
'bookmark' icon is already used for Bookmarks Menu
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 734a6ac84..321670b58 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1905,7 +1905,7 @@ void DolphinMainWindow::setupDockWidgets() placesDock->setWidget(m_placesPanel); QAction *placesAction = placesDock->toggleViewAction(); - createPanelAction(QIcon::fromTheme(QStringLiteral("bookmarks")), Qt::Key_F9, placesAction, QStringLiteral("show_places_panel")); + createPanelAction(QIcon::fromTheme(QStringLiteral("compass")), Qt::Key_F9, placesAction, QStringLiteral("show_places_panel")); addDockWidget(Qt::LeftDockWidgetArea, placesDock); connect(m_placesPanel, &PlacesPanel::placeActivated, |
