Skip to content

applets/weather: Fix spacing on forecast view

Ismael Asensio requested to merge work/iasensio/weather-fix-envcan-spacing into master

Remove a now unncessary size hint, which was artificially increasing the minimum icon separation in the forecast view, allowing for a more compact view.

This was specially wrong for the Environment Canada provider, where we hide the "night" labels, but were taking their width into account.

It is a standalone bugfix but should also help with !522 (comment 851707)

BEFORE AFTER
Free-form minimum size weather-envcan-desktop-before weather-envcan-desktop-after
Constrained in system tray weather-envcan-systray-before weather-envcan-systray-after

Merge request reports