https://bugs.kde.org/show_bug.cgi?id=394006
Friedrich W. H. Kossebau <kosse...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |CONFIRMED --- Comment #1 from Friedrich W. H. Kossebau <kosse...@kde.org> --- Hi, thanks for the report. This is a known issue with the old layout code of the weather widget for the full presentation mode, which has a hard-coded random initial size. not taking into account any possible content. And that size not only depends on chosen font sizes, but also on data provided by the selected weather service, where some services have lots of days in the forecast, others only a few. And with EnvCan there is additionally this glitch that the forecast reports are split into day & night, screwing over the UI concept and doubling the need-for-width. Myself I have had only adapted this code as maintainer for Plasma 5 and since done some porting and brush over, but did not yet get around to adapt the general Plasma dataengine forecast data model to deal with that. But at least I already have rewritten the UI layout code, which now adapts to the content (few glitches still, but mainly done). Sadly this will be only available for Plasma 5.13 and later, given this also was done based on other refactoring done meanwhile. So for the Plasma LTS versions 5.8 & 5.12 this would be too much of a rewrite for this annoying, but relativly minor bug. Keeping this bug report open for now, but will close it once I am done with the last glitches in the new layout code. -- You are receiving this mail because: You are watching all bug changes.