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
Discover
Commits
189f2f9d
Commit
189f2f9d
authored
Nov 14, 2020
by
Carl Schwan
🚴
Browse files
Add bottom margin
This is using component.onCompleted because a simple binding doesn't work.
parent
d4cb19fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
discover/qml/BrowsingPage.qml
View file @
189f2f9d
...
...
@@ -65,6 +65,7 @@ DiscoverPage
Kirigami.CardsListView
{
id
:
apps
model
:
FeaturedModel
{}
Component.onCompleted
:
apps
.
bottomMargin
=
Kirigami
.
Units
.
largeSpacing
*
2
currentIndex
:
-
1
delegate
:
ApplicationDelegate
{
application
:
model
.
application
...
...
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