aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@luxoft.com>2017-11-20 14:02:51 +0100
committerDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-02-28 15:58:04 +0100
commitb4ab15c11ec1fe19e86f5fce2dbf33c4e6be5f1d (patch)
tree600df01e756712d005bf34c03224a3d5e7a53aa9 /tests
parentef2fc92a072a56c3cfd766bbfd71a8a335943359 (diff)
Hide home page when there's a maximized application covering it
Also fix home page startup: don't animate widget geometry at this stage
Diffstat (limited to 'tests')
-rw-r--r--tests/qmltests/tst_WidgetGrid.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qmltests/tst_WidgetGrid.qml b/tests/qmltests/tst_WidgetGrid.qml
index 076fb5c9..feea1283 100644
--- a/tests/qmltests/tst_WidgetGrid.qml
+++ b/tests/qmltests/tst_WidgetGrid.qml
@@ -98,6 +98,7 @@ Item {
function application(index) {
return get(index).appInfo;
}
+ property var activeAppInfo: null
}
WidgetGrid {