1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-23 12:57:45 +00:00

Zero out padding in news page component

This commit is contained in:
Joshua Goins 2024-03-22 20:56:35 -04:00
parent 1ce2d2dc9c
commit da60cebb3d

View file

@ -19,6 +19,11 @@ QQC2.Control {
property int currentBannerIndex: 0
property int numBannerImages: 0
leftPadding: 0
rightPadding: 0
topPadding: 0
bottomPadding: 0
Component.onCompleted: LauncherCore.refreshNews()
Connections {