Make drawer modal, reduce width

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2022-11-09 12:21:07 +01:00 committed by Claudio Cambra
parent d25ce28a1b
commit ca74c2b27f

View file

@ -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 {