Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
Dolphin
Commits
a19469d8
Commit
a19469d8
authored
Dec 29, 2020
by
Piotr Henryk Dabrowski
Browse files
use 'compass' instead of 'bookmarks' icon in Show Places Panel button
'bookmark' icon is already used for Bookmarks Menu
parent
74107227
Pipeline
#45685
passed with stage
in 6 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/dolphinmainwindow.cpp
View file @
a19469d8
...
...
@@ -1905,7 +1905,7 @@ void DolphinMainWindow::setupDockWidgets()
placesDock
->
setWidget
(
m_placesPanel
);
QAction
*
placesAction
=
placesDock
->
toggleViewAction
();
createPanelAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"
bookmark
s"
)),
Qt
::
Key_F9
,
placesAction
,
QStringLiteral
(
"show_places_panel"
));
createPanelAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"
compas
s"
)),
Qt
::
Key_F9
,
placesAction
,
QStringLiteral
(
"show_places_panel"
));
addDockWidget
(
Qt
::
LeftDockWidgetArea
,
placesDock
);
connect
(
m_placesPanel
,
&
PlacesPanel
::
placeActivated
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment