summaryrefslogtreecommitdiff
path: root/app/qml
diff options
context:
space:
mode:
authorTomasz Sterna <tomek@xiaoka.com>2015-01-11 01:46:51 +0100
committerTomasz Sterna <tomek@xiaoka.com>2015-01-11 01:46:51 +0100
commit9e301eebd4e74e17a103c3d9fb59144f27525d4a (patch)
tree4659462e804cdd233187008eca9aca1479ff1c82 /app/qml
parent1ec7ec1bda20f0c037b4d2fa834f4acf0d35e9d3 (diff)
Implemented support for unzipped .pbw bundlesRELEASE_0.13.js2
Diffstat (limited to 'app/qml')
-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