Skip to content

applets/weather: Fix icon position in system tray

Ismael Asensio requested to merge work/iasensio/weather-fix-compact-center into master

Remove the external ColumnLayout and instantiate the Loader directly. This fixes the wrong positioning of the icon when in the system tray (either directly or in the pop-up)

BEFORE AFTER
Screenshot_20221202_184840 Screenshot_20221202_183937
Screenshot_20221202_185626 Screenshot_20221202_185728

I haven't found any drawbacks in different situations (tray, horizontal and vertical panel, with and w/o side temperature), but please check if you can because layouts are sometimes fragile 😄

BUG: 425305 FIXED-IN: 5.27

Edited by Ismael Asensio

Merge request reports