version v0.6 changelog and Android drawer width
This commit is contained in:
parent
8b58785517
commit
8d388af6b9
|
@ -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
|
||||
|
|
|
@ -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{}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue