From b299a75a1d90dfd44c0f11ad75665c087c9ea120 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Mon, 10 Nov 2014 10:46:57 +0100 Subject: More lowenergyscanner example fixes. This fixes a UI display bug and a hanging UI when the service discovery aborts with an error. Change-Id: Ic84d7b885d777360c8f1396e3973623c1d2c550a Reviewed-by: Timur Pocheptsov Reviewed-by: Alex Blasche --- examples/bluetooth/lowenergyscanner/assets/Dialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/bluetooth/lowenergyscanner/assets') diff --git a/examples/bluetooth/lowenergyscanner/assets/Dialog.qml b/examples/bluetooth/lowenergyscanner/assets/Dialog.qml index 2b8580f3..190e6b90 100644 --- a/examples/bluetooth/lowenergyscanner/assets/Dialog.qml +++ b/examples/bluetooth/lowenergyscanner/assets/Dialog.qml @@ -42,7 +42,7 @@ import QtQuick 2.0 Rectangle { width: parent.width/3*2 - height: 62 + height: dialogTextId.height + background.height + 20 z: 50 property string dialogText: "" property bool busyImage: true -- cgit v1.2.3