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
Plasma
System Settings
Commits
f946d9da
Commit
f946d9da
authored
Oct 19, 2020
by
Jan Blackquill
🌈
Committed by
Jan Blackquill
Oct 20, 2020
Browse files
Opt out of drawing tools area border when window has no toolbars
parent
4c77b61a
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/SettingsBase.cpp
View file @
f946d9da
...
...
@@ -62,6 +62,8 @@ SettingsBase::SettingsBase(BaseMode::ApplicationMode mode, QWidget * parent )
searchText
->
setPlaceholderText
(
i18nc
(
"Search through a list of control modules"
,
"Search"
)
);
searchText
->
setCompletionMode
(
KCompletion
::
CompletionPopup
);
setProperty
(
"_breeze_no_separator"
,
true
);
if
(
m_mode
==
BaseMode
::
InfoCenter
)
{
actionCollection
()
->
removeAction
(
configureAction
);
configureAction
=
nullptr
;
...
...
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