diff --git a/pages/merchant/MerchantTitlebar.qml b/pages/merchant/MerchantTitlebar.qml index 5f9ebad6..d1428467 100644 --- a/pages/merchant/MerchantTitlebar.qml +++ b/pages/merchant/MerchantTitlebar.qml @@ -182,6 +182,7 @@ Rectangle { anchors.fill: parent propagateComposedEvents: true onPressed: previousPosition = globalCursor.getPosition() + onDoubleClicked: root.maximizeClicked() onPositionChanged: { if (pressedButtons == Qt.LeftButton) { var pos = globalCursor.getPosition()