version v0.6 changelog and Android drawer width
This commit is contained in:
parent
8b58785517
commit
8d388af6b9
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
## v0.6
|
## v0.6
|
||||||
|
|
||||||
* New language: Hungarian
|
* New language: Hungarian thank to urbalasz (https://www.urbalazs.hu)
|
||||||
* Multiple photos in post open in separate slideshow
|
* Multiple photos in post open in separate slideshow
|
||||||
* Layout redesign
|
* Layout redesign
|
||||||
* Adaptive sidebar
|
* Adaptive sidebar
|
||||||
|
@ -154,4 +154,4 @@
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
|
|
||||||
* German, Spanish
|
* German, Spanish
|
||||||
|
|
|
@ -35,7 +35,7 @@ import "qrc:/qml/configqml"
|
||||||
|
|
||||||
Drawer{
|
Drawer{
|
||||||
id: leftDrawer
|
id: leftDrawer
|
||||||
width: root.fontFactor*osSettings.systemFontSize*10
|
width: root.fontFactor*osSettings.systemFontSize*13
|
||||||
height: root.height
|
height: root.height
|
||||||
LeftDrawerScrollview{}
|
LeftDrawerScrollview{}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue