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
d94b94b1
Commit
d94b94b1
authored
Nov 14, 2020
by
Carl Schwan
🚴
Browse files
Make view a bit smaller
parent
09970470
Changes
1
Hide whitespace changes
Inline
Side-by-side
discover/qml/ApplicationScreenshots.qml
View file @
d94b94b1
...
...
@@ -22,7 +22,7 @@ ListView {
focus
:
overlay
.
visible
orientation
:
Qt
.
Horizontal
Layout.preferredHeight
:
Kirigami
.
Units
.
gridUnit
*
1
3
Layout.preferredHeight
:
Kirigami
.
Units
.
gridUnit
*
1
0
Keys.onLeftPressed
:
if
(
leftAction
.
visible
)
leftAction
.
trigger
()
Keys.onRightPressed
:
if
(
rightAction
.
visible
)
rightAction
.
trigger
()
...
...
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