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
5c89b15e
Commit
5c89b15e
authored
Mar 15, 2022
by
Nate Graham
Browse files
Sidebar: match header margins and layout spacings
parent
0dc39b60
Changes
2
Hide whitespace changes
Inline
Side-by-side
sidebar/package/contents/ui/CategoriesPage.qml
View file @
5c89b15e
...
...
@@ -43,6 +43,7 @@ Kirigami.ScrollablePage {
left
:
parent
.
left
right
:
parent
.
right
}
spacing
:
Math
.
round
(
Kirigami
.
Units
.
smallSpacing
/
2
)
// Match margins
QQC2.ToolButton
{
id
:
showIntroPageButton
...
...
sidebar/package/contents/ui/SubCategoryPage.qml
View file @
5c89b15e
...
...
@@ -40,6 +40,7 @@ Kirigami.ScrollablePage {
contentItem
:
RowLayout
{
anchors.fill
:
parent
spacing
:
Math
.
round
(
Kirigami
.
Units
.
smallSpacing
/
2
)
// Match margins
// Show a back Button when only one column is visible
QQC2.ToolButton
{
...
...
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