mirror of
https://github.com/muesli/telephant
synced 2024-11-26 05:10:18 +00:00
Make sidebar drawer a bit wider
This commit is contained in:
parent
e685abfeec
commit
db4774502c
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ ApplicationWindow {
|
||||||
|
|
||||||
Drawer {
|
Drawer {
|
||||||
id: drawer
|
id: drawer
|
||||||
width: drawerLayout.implicitWidth + 16
|
width: drawerLayout.implicitWidth + 64
|
||||||
height: mainWindow.height
|
height: mainWindow.height
|
||||||
dragMargin: 0
|
dragMargin: 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue