Make sidebar dissapear if thiner than 200px

Often I wanted to make the sidebar dissapear because I don't need it.
This patch let's you make it dissapear when it's thinner than 200px
and reappear if it's wider.
This commit is contained in:
Jeena 2020-06-12 23:34:58 +02:00
parent 3a0b18e51e
commit cb649951ae
2 changed files with 7 additions and 3 deletions

View file

@ -184,7 +184,6 @@ ApplicationWindow {
content: content
server: server
Layout.minimumWidth: 200
implicitWidth: 300
textFontSize: app.textFontSize
nightmode: app.nightmode