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
Plasma System Monitor
Commits
5bf7ad15
Commit
5bf7ad15
authored
May 06, 2021
by
Arjen Hiemstra
Browse files
Increase padding for column contents with background when not editing
This avoids faces ending up too close to the background's borders.
parent
5f35b40c
Changes
1
Show whitespace changes
Inline
Side-by-side
src/page/PageContents.qml
View file @
5bf7ad15
...
...
@@ -82,7 +82,7 @@ ColumnLayout {
id
:
columnContents
anchors.fill
:
parent
anchors.margins
:
model
.
data
.
showBackground
?
Kirigami
.
Units
.
small
Spacing
:
0
anchors.margins
:
model
.
data
.
showBackground
?
Kirigami
.
Units
.
large
Spacing
:
0
spacing
:
Kirigami
.
Units
.
largeSpacing
Repeater
{
...
...
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