version v0.6 changelog and Android drawer width

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

View File

@ -1,6 +1,6 @@
## v0.6
* New language: Hungarian
* New language: Hungarian thank to urbalasz (https://www.urbalazs.hu)
* Multiple photos in post open in separate slideshow
* Layout redesign
* Adaptive sidebar
@ -154,4 +154,4 @@
# Translations
* German, Spanish
* German, Spanish

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{}
}