From 271848e2e6e08e44df827aa73e8f71f4b95ce0fc Mon Sep 17 00:00:00 2001 From: Sascha Ludwig Date: Fri, 6 Mar 2020 23:52:06 +0100 Subject: [PATCH] fixed resize/overflow when text in NOW/NEXT/WARN is too long --- CHANGELOG | 3 +++ mainscreen.ui | 22 ++++++++++++++++++++-- settings_functions.py | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) 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