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
4c77b238
Commit
4c77b238
authored
Feb 19, 2021
by
Aleix Pol Gonzalez
🐧
Browse files
Show the correct screenshot when clicking it
BUG: 433123
parent
f9c4a521
Changes
1
Hide whitespace changes
Inline
Side-by-side
discover/qml/ApplicationScreenshots.qml
View file @
4c77b238
...
...
@@ -39,7 +39,10 @@ ListView {
implicitHeight
:
root
.
height
padding
:
Kirigami
.
Units
.
largeSpacing
hoverEnabled
:
true
onClicked
:
overlay
.
open
()
onClicked
:
{
root
.
currentIndex
=
model
.
row
overlay
.
open
()
}
// TODO cursorShape: Qt.PointingHandCursor
background
:
Image
{
...
...
Aleix Pol Gonzalez
🐧
@apol
mentioned in commit
357d51ff
·
Feb 19, 2021
mentioned in commit
357d51ff
mentioned in commit 357d51ff9902c3019da9cc16ccb59a63d1e304be
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