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
d4cb19fc
Commit
d4cb19fc
authored
Nov 14, 2020
by
Carl Schwan
🚴
Browse files
Remove scrollbar for empty screenshot views
parent
d94b94b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
discover/qml/ApplicationPage.qml
View file @
d4cb19fc
...
...
@@ -150,6 +150,7 @@ DiscoverPage {
}
ApplicationScreenshots
{
id
:
applicationScreenshots
Layout.fillWidth
:
true
visible
:
count
>
0
resource
:
appInfo
.
application
...
...
@@ -158,6 +159,7 @@ DiscoverPage {
ScrollBar
{
id
:
screenshotsScrollbar
Layout.fillWidth
:
true
visible
:
applicationScreenshots
.
count
>
0
}
Label
{
...
...
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