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
Discover
Commits
afccd627
Commit
afccd627
authored
Feb 22, 2021
by
Nate Graham
Browse files
Correct usage of preferredHeight
parent
19ede20b
Changes
1
Hide whitespace changes
Inline
Side-by-side
discover/qml/ApplicationsListPage.qml
View file @
afccd627
...
...
@@ -143,7 +143,7 @@ DiscoverPage {
anchors.horizontalCenter
:
parent
.
horizontalCenter
visible
:
appsModel
.
isBusy
&&
apps
.
atYEnd
opacity
:
visible
?
0.5
:
0
height
:
visible
?
preferredHeight
:
0
height
:
visible
?
Layout
.
preferredHeight
:
0
Item
{
Layout.preferredHeight
:
units
.
gridUnit
...
...
Nate Graham
@ngraham
mentioned in commit
de8a162c
·
Feb 22, 2021
mentioned in commit
de8a162c
mentioned in commit de8a162c7de597d5f102ebd1135d26ea680eb777
Toggle commit list
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