From 72a3b346bbf9b61727c80e7f63f8498626654039 Mon Sep 17 00:00:00 2001 From: selsta Date: Tue, 12 May 2020 20:43:46 +0200 Subject: [PATCH] Merchant: allow to exit when height < minHeight --- pages/merchant/Merchant.qml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/merchant/Merchant.qml b/pages/merchant/Merchant.qml index 8602945a..16dfaa05 100644 --- a/pages/merchant/Merchant.qml +++ b/pages/merchant/Merchant.qml @@ -573,6 +573,13 @@ Item { text: qsTr("The merchant page requires a larger window") + translationManager.emptyString themeTransition: false } + + MouseArea { + anchors.fill: parent + hoverEnabled: true + cursorShape: Qt.PointingHandCursor + onClicked: appWindow.showPageRequest("Settings") + } } function update() {