diff --git a/CHANGELOG.md b/CHANGELOG.md index c119362..a7fec6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +* German, Spanish diff --git a/source-linux/qml/genericqml/LeftDrawerAndroid.qml b/source-linux/qml/genericqml/LeftDrawerAndroid.qml index cdcdea9..5545836 100644 --- a/source-linux/qml/genericqml/LeftDrawerAndroid.qml +++ b/source-linux/qml/genericqml/LeftDrawerAndroid.qml @@ -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{} }