diff --git a/.gitignore b/.gitignore index 6df9758..a3d3401 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.pro.user* +rpm/*.spec.* diff --git a/qml/pages/discovery.qml b/qml/pages/discovery.qml index 7906715..7b43ed6 100644 --- a/qml/pages/discovery.qml +++ b/qml/pages/discovery.qml @@ -29,13 +29,15 @@ Page { } SilicaListView { - anchors.top: header.bottom width: parent.width - 2*Theme.paddingMedium + height: page.height - header.height id: view currentIndex: -1 model: blescanner.devicesList anchors.horizontalCenter: parent.horizontalCenter + VerticalScrollDecorator {} + ViewPlaceholder { enabled: view.count == 0 //% "No Mooshimeters found" @@ -45,6 +47,7 @@ Page { delegate: BackgroundItem { id: backgroundItem + height: Theme.fontSizeExtraLarge * 2 ListView.onAdd: AddAnimation { target: backgroundItem @@ -53,7 +56,6 @@ Page { target: backgroundItem } - Column { Label { text: modelData.name