Skip to content

Commit

Permalink
Make drawer modal, reduce width
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
  • Loading branch information
claucambra committed Dec 8, 2022
1 parent 5a14d45 commit 52d2ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/tray/Window.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 52d2ceb

Please sign in to comment.