summary refs log tree commit diff
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-07-28 17:50:49 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-07-29 21:07:52 -0400
commit5d38b96bbba01369e3b0238579bab64f74079fc5 (patch)
tree1c4c313292699cdd41a217ff7e01b1fe1607daf8
parentClose dialog on escape (diff)
downloadnheko-5d38b96bbba01369e3b0238579bab64f74079fc5.tar.xz
Use Dialog flag to make tiling WMs happy
-rw-r--r--resources/qml/ReadReceipts.qml1
1 files changed, 1 insertions, 0 deletions
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