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
SDK
Kirigami Gallery
Commits
4b6cf719
Commit
4b6cf719
authored
Aug 14, 2020
by
Marco Martin
Browse files
add side margins back
parent
87905884
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/data/contents/ui/MainPage.qml
View file @
4b6cf719
...
...
@@ -227,6 +227,8 @@ Kirigami.ScrollablePage {
Kirigami.CardsLayout
{
visible
:
!
root
.
pageStack
.
wideMode
Layout.topMargin
:
Kirigami
.
Units
.
largeSpacing
Layout.leftMargin
:
Kirigami
.
Units
.
gridUnit
Layout.rightMargin
:
Kirigami
.
Units
.
gridUnit
Repeater
{
focus
:
true
model
:
filteredModel
...
...
src/data/contents/ui/gallery/FormLayoutGallery.qml
View file @
4b6cf719
...
...
@@ -94,7 +94,7 @@ Kirigami.ScrollablePage {
ColumnLayout
{
Layout.rowSpan
:
3
Kirigami.FormData.label
:
"
Label for radios:
"
Kirigami.FormData.buddyFor
:
firstRadio
Kirigami.FormData.buddyFor
:
thirdRadio
//
firstRadio
RadioButton
{
id
:
firstRadio
checked
:
true
...
...
@@ -104,6 +104,7 @@ Kirigami.ScrollablePage {
text
:
"
Two
"
}
RadioButton
{
id
:
thirdRadio
text
:
"
Three
"
}
}
...
...
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