From: Claudio Cambra Date: Wed, 9 Nov 2022 11:21:07 +0000 (+0100) Subject: Make drawer modal, reduce width X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~11^2~77^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ca74c2b27fbc755cbbbd78846dc43a96fad0f23e;p=nextcloud-desktop.git Make drawer modal, reduce width Signed-off-by: Claudio Cambra --- diff --git a/src/gui/tray/Window.qml b/src/gui/tray/Window.qml index a940a6858..331cb69c9 100644 --- a/src/gui/tray/Window.qml +++ b/src/gui/tray/Window.qml @@ -149,11 +149,11 @@ ApplicationWindow { Drawer { id: fileDetailsDrawer - width: parent.width + width: parent.width - Style.trayDrawerMargin height: parent.height padding: 0 edge: Qt.RightEdge - modal: false + modal: true visible: false background: Rectangle {