summaryrefslogtreecommitdiff
path: root/app/qml/pages
diff options
context:
space:
mode:
Diffstat (limited to 'app/qml/pages')
-rw-r--r--app/qml/pages/InstallAppDialog.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/qml/pages/InstallAppDialog.qml b/app/qml/pages/InstallAppDialog.qml
index 1510c57..debb48f 100644
--- a/app/qml/pages/InstallAppDialog.qml
+++ b/app/qml/pages/InstallAppDialog.qml
@@ -22,7 +22,7 @@ Dialog {
delegate: ListItem {
id: appDelegate
- contentHeight: Theme.itemSizeSmall
+ contentHeight: modelData.isLocal ? Theme.itemSizeSmall : 0
visible: modelData.isLocal