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 Desktop
Commits
ccfcdb24
Commit
ccfcdb24
authored
Apr 23, 2021
by
Nate Graham
Browse files
[kcms/landingpage] Tweak spacings
GIT_SILENT
parent
43673d3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/landingpage/package/contents/ui/main.qml
View file @
ccfcdb24
...
...
@@ -69,13 +69,14 @@ KCM.AbstractKCM {
}
}
Item
{
Layout.preferredHeight
:
Kirigami
.
Units
.
largeSpacing
}
Kirigami.FormLayout
{
id
:
appearanceForm
twinFormLayouts
:
behaviorForm
Item
{
Kirigami.FormData.isSection
:
true
}
// We want to show the slider in a logarithmic way. ie
// move from 4x, 3x, 2x, 1x, 0.5x, 0.25x, 0.125x
...
...
@@ -225,6 +226,9 @@ KCM.AbstractKCM {
Layout.fillWidth
:
true
horizontalAlignment
:
Text
.
AlignHCenter
}
Item
{
Layout.preferredHeight
:
Kirigami
.
Units
.
smallSpacing
}
RowLayout
{
Layout.fillHeight
:
false
spacing
:
Kirigami
.
Units
.
largeSpacing
...
...
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