From 9504d02f18c23e7ef6918a6279bb8ff50734351f Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Thu, 19 Aug 2021 10:55:54 -0400 Subject: Add Qt.WindowTitleHint to qml dialogs --- resources/qml/dialogs/ImagePackEditorDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/qml/dialogs/ImagePackEditorDialog.qml') diff --git a/resources/qml/dialogs/ImagePackEditorDialog.qml b/resources/qml/dialogs/ImagePackEditorDialog.qml index b0f431f6..103f19a9 100644 --- a/resources/qml/dialogs/ImagePackEditorDialog.qml +++ b/resources/qml/dialogs/ImagePackEditorDialog.qml @@ -27,7 +27,7 @@ ApplicationWindow { palette: Nheko.colors color: Nheko.colors.base modality: Qt.WindowModal - flags: Qt.Dialog | Qt.WindowCloseButtonHint + flags: Qt.Dialog | Qt.WindowCloseButtonHint | Qt.WindowTitleHint AdaptiveLayout { id: adaptiveView -- cgit 1.5.1