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
1e18d69f
Commit
1e18d69f
authored
Oct 13, 2020
by
Marco Martin
Browse files
make sure the top toolbar always matches with header area
parent
fc3d0ff4
Changes
2
Hide whitespace changes
Inline
Side-by-side
sidebar/package/contents/ui/CategoriesPage.qml
View file @
1e18d69f
...
...
@@ -32,6 +32,8 @@ Kirigami.ScrollablePage {
bottomPadding
:
Kirigami
.
Units
.
smallSpacing
leftPadding
:
Kirigami
.
Units
.
smallSpacing
rightPadding
:
Kirigami
.
Units
.
smallSpacing
//slightly hacky to be sure to always match with the kcm area
preferredHeight
:
menuButton
.
implicitHeight
+
topPadding
+
bottomPadding
Binding
{
target
:
systemsettings
...
...
@@ -40,6 +42,7 @@ Kirigami.ScrollablePage {
}
contentItem
:
RowLayout
{
id
:
toolBarLayout
anchors.fill
:
parent
spacing
:
Kirigami
.
Units
.
smallSpacing
...
...
sidebar/package/contents/ui/SubCategoryPage.qml
View file @
1e18d69f
...
...
@@ -32,6 +32,7 @@ Kirigami.ScrollablePage {
bottomPadding
:
Kirigami
.
Units
.
smallSpacing
leftPadding
:
Kirigami
.
Units
.
smallSpacing
rightPadding
:
Kirigami
.
Units
.
smallSpacing
preferredHeight
:
toolBarLayout
.
implicitHeight
+
topPadding
+
bottomPadding
background
:
MouseArea
{
anchors.fill
:
parent
...
...
@@ -40,6 +41,7 @@ Kirigami.ScrollablePage {
}
contentItem
:
RowLayout
{
id
:
toolBarLayout
anchors.fill
:
parent
spacing
:
Kirigami
.
Units
.
smallSpacing
...
...
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