mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
Make drawer modal, reduce width
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
d25ce28a1b
commit
ca74c2b27f
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue