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
Plasma
System Settings
Commits
f0e47fca
Commit
f0e47fca
authored
Apr 22, 2021
by
Marco Martin
Committed by
Nate Graham
Apr 22, 2021
Browse files
fix indent for things under appearance
parent
e89fc036
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/SettingsBase.cpp
View file @
f0e47fca
...
...
@@ -278,7 +278,6 @@ void SettingsBase::initMenuList(MenuItem *parent)
if
(
!
parentCategoryKcm
.
isEmpty
()
&&
parentCategoryKcm
==
entry
->
library
())
{
parent
->
setItem
(
KCModuleInfo
(
entry
));
removeList
.
append
(
modules
.
at
(
i
));
isCategoryOwner
=
true
;
}
...
...
sidebar/package/contents/ui/SubCategoryPage.qml
View file @
f0e47fca
...
...
@@ -141,6 +141,8 @@ Kirigami.ScrollablePage {
delegate
:
CategoryItem
{
id
:
delegate
leadingPadding
:
model
.
DepthRole
>
2
?
((
model
.
DepthRole
-
2
)
*
Kirigami
.
Units
.
iconSizes
.
smallMedium
)
+
Kirigami
.
Units
.
largeSpacing
:
0
onClicked
:
{
systemsettings
.
loadModule
(
subCategoryView
.
model
.
index
(
index
,
0
));
}
...
...
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