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
98a85761
Commit
98a85761
authored
Oct 24, 2022
by
Eric Armbruster
🍁
Committed by
Christoph Cullmann
Oct 24, 2022
Browse files
Use the configure icon for the config tab
It's semantically fitting better.
parent
21822601
Pipeline
#254569
canceled with stage
in 14 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
apps/lib/kateconfigdialog.cpp
View file @
98a85761
...
...
@@ -56,6 +56,7 @@ KateConfigDialog::KateConfigDialog(KateMainWindow *parent)
,
m_searchTimer
(
new
QTimer
(
this
))
{
setWindowTitle
(
i18n
(
"Configure"
));
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"configure"
)));
setStandardButtons
(
QDialogButtonBox
::
Ok
|
QDialogButtonBox
::
Apply
|
QDialogButtonBox
::
Cancel
|
QDialogButtonBox
::
Help
);
m_searchLineEdit
->
setPlaceholderText
(
i18n
(
"Search..."
));
...
...
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