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
b9d28a4a
Commit
b9d28a4a
authored
Apr 16, 2021
by
Nate Graham
Browse files
[Sidebar] Remove unneeded highlighted: properties
BasicListItem gives us this for free; no need to set it again ourselves.
parent
34544d34
Changes
2
Hide whitespace changes
Inline
Side-by-side
sidebar/package/contents/ui/CategoriesPage.qml
View file @
b9d28a4a
...
...
@@ -169,7 +169,6 @@ Kirigami.ScrollablePage {
categoryView
.
positionViewAtIndex
(
index
,
ListView
.
Contain
);
}
}
highlighted
:
categoryView
.
currentIndex
==
index
Keys.onEnterPressed
:
clicked
();
Keys.onReturnPressed
:
clicked
();
showArrow
:
{
...
...
sidebar/package/contents/ui/SubCategoryPage.qml
View file @
b9d28a4a
...
...
@@ -155,7 +155,6 @@ Kirigami.ScrollablePage {
onCurrentIndexChanged
:
subCategoryView
.
positionViewAtIndex
(
index
,
ListView
.
Contain
);
}
}
highlighted
:
systemsettings
.
activeSubCategoryRow
==
index
Keys.onEnterPressed
:
clicked
();
Keys.onReturnPressed
:
clicked
();
}
...
...
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