From 3297fe6026edebb8db72bb179289bee844c26ae3 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Wed, 2 Nov 2016 11:43:17 +0100 Subject: Make screenshots visible when there's only one screenshot too Summary: Applications with only one screenshot also deserve to have it visible. BUG: 371724 FIXED-IN: 5.8.4 Test Plan: Open any application that only has one screenshot (e.g. poedit). No screenshot is shown until this patch is applied. Reviewers: davidedmundson, apol Reviewed By: davidedmundson, apol Differential Revision: https://phabricator.kde.org/D3223 --- discover/qml/ApplicationScreenshots.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discover/qml/ApplicationScreenshots.qml b/discover/qml/ApplicationScreenshots.qml index dc7c62d..92e2d8c 100644 --- a/discover/qml/ApplicationScreenshots.qml +++ b/discover/qml/ApplicationScreenshots.qml @@ -32,7 +32,7 @@ Flow { readonly property real side: Kirigami.Units.gridUnit * 8 property QtObject page - visible: screenshotsModel.count>1 + visible: screenshotsModel.count>0 readonly property var fu: Kirigami.OverlaySheet { id: overlay -- cgit v0.11.2