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
Utilities
Kate
Commits
78acc8ff
Commit
78acc8ff
authored
Dec 28, 2021
by
Christoph Cullmann
🍨
Browse files
update project preference icon
parent
6224b611
Pipeline
#115384
passed with stage
in 5 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
addons/project/kateprojectconfigpage.cpp
View file @
78acc8ff
...
...
@@ -132,7 +132,7 @@ QString KateProjectConfigPage::fullName() const
QIcon
KateProjectConfigPage
::
icon
()
const
{
return
QIcon
::
fromTheme
(
QLatin1String
(
"view-list-tree"
));
return
QIcon
::
fromTheme
(
QLatin1String
(
"preferences-git"
),
QIcon
::
fromTheme
(
QLatin1String
(
"view-list-tree"
))
)
;
}
void
KateProjectConfigPage
::
apply
()
...
...
Christoph Cullmann
🍨
@cullmann
mentioned in merge request
!519 (closed)
·
Dec 28, 2021
mentioned in merge request
!519 (closed)
mentioned in merge request !519
Toggle commit list
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