version v0.6 changelog and Android drawer width

This commit is contained in:
LubuWest 2021-05-19 21:29:26 +02:00
commit 8d388af6b9
2 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ import "qrc:/qml/configqml"
Drawer{
id: leftDrawer
width: root.fontFactor*osSettings.systemFontSize*10
width: root.fontFactor*osSettings.systemFontSize*13
height: root.height
LeftDrawerScrollview{}
}