From 5d38b96bbba01369e3b0238579bab64f74079fc5 Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Wed, 28 Jul 2021 17:50:49 -0400 Subject: [PATCH] Use Dialog flag to make tiling WMs happy --- resources/qml/ReadReceipts.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/ReadReceipts.qml b/resources/qml/ReadReceipts.qml index da2a5f66..84dc5666 100644 --- a/resources/qml/ReadReceipts.qml +++ b/resources/qml/ReadReceipts.qml @@ -20,6 +20,7 @@ ApplicationWindow { minimumWidth: headerTitle.width + 2 * Nheko.paddingMedium palette: Nheko.colors color: Nheko.colors.window + flags: Qt.Dialog Shortcut { sequence: StandardKey.Cancel