diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2015-01-11 01:46:51 +0100 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2015-01-11 01:46:51 +0100 |
| commit | 9e301eebd4e74e17a103c3d9fb59144f27525d4a (patch) | |
| tree | 4659462e804cdd233187008eca9aca1479ff1c82 /app | |
| parent | 1ec7ec1bda20f0c037b4d2fa834f4acf0d35e9d3 (diff) | |
Implemented support for unzipped .pbw bundlesRELEASE_0.13.js2
Diffstat (limited to 'app')
| -rw-r--r-- | app/qml/pages/InstallAppDialog.qml | 2 |
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 |
