Skip to content

Commit 85ec394

Browse files
committed
Hide settings panel close button on Linux (and OSX?)
1 parent 9dcb9b2 commit 85ec394

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/qml/SidebarStageMenu.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Item
310310
id: sidebarToolWindow
311311
title: catalog.i18nc("@title:window", "Print Settings")
312312

313-
flags: Qt.Tool | Qt.WindowTitleHint;
313+
flags: Qt.Tool | Qt.WindowTitleHint | Qt.CustomizeWindowHint;
314314

315315
function boolCheck(value) //Hack to ensure a good match between python and qml.
316316
{

0 commit comments

Comments
 (0)