diff --git a/CHANGELOG b/CHANGELOG index 1d7327a..1a67b0f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.9.1 beta4] +### Changed +- Fix window resize when displaying long text in NOW/NEXT/WARN ## [0.9.1 beta3] ### Added diff --git a/mainscreen.ui b/mainscreen.ui index 172c056..2c447f3 100644 --- a/mainscreen.ui +++ b/mainscreen.ui @@ -12,8 +12,8 @@ 0 0 - 1001 - 791 + 1039 + 788 @@ -568,6 +568,12 @@ color: rgb(255, 255, 255); true + + + 0 + 0 + + FreeSans @@ -592,6 +598,12 @@ color: rgb(255, 255, 255); true + + + 0 + 0 + + FreeSans @@ -613,6 +625,12 @@ color: rgb(255, 255, 255); + + + 0 + 0 + + FreeSans diff --git a/settings_functions.py b/settings_functions.py index 8454a9d..ada3987 100644 --- a/settings_functions.py +++ b/settings_functions.py @@ -44,7 +44,7 @@ import json from weatherwidget import WeatherWidget as ww -versionString = "0.9.1beta3" +versionString = "0.9.1beta4" # class OASSettings for use from OAC