Merge pull request #421 from ThatOneCalculator/fix/clip-weather

fix: clip overflowed weather entries
This commit is contained in:
Lemmy
2025-10-04 22:57:25 -04:00
committed by GitHub
@@ -18,6 +18,7 @@ NBox {
anchors.top: parent.top
anchors.margins: Style.marginM * scaling
spacing: Style.marginM * scaling
clip: true
RowLayout {
spacing: Style.marginS * scaling