Skip to content
GitLab
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
5bb6bf8d
Commit
5bb6bf8d
authored
Nov 13, 2021
by
Andreas Kainz
🎯
Browse files
Dolphin preferences dialog use now for everything colorfull icons
parent
aa9a80fb
Pipeline
#97630
passed with stage
in 5 minutes and 34 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/settings/dolphinsettingsdialog.cpp
View file @
5bb6bf8d
...
...
@@ -90,7 +90,7 @@ DolphinSettingsDialog::DolphinSettingsDialog(const QUrl& url, QWidget* parent, K
});
KPageWidgetItem
*
contextMenuSettingsFrame
=
addPage
(
contextMenuSettingsPage
,
i18nc
(
"@title:group"
,
"Context Menu"
));
contextMenuSettingsFrame
->
setIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"
application-menu
"
)));
contextMenuSettingsFrame
->
setIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"
preferences-desktop-menu-edit
"
)));
connect
(
contextMenuSettingsPage
,
&
ContextMenuSettingsPage
::
changed
,
this
,
&
DolphinSettingsDialog
::
enableApply
);
// Trash
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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