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:
parent
1ce2d2dc9c
commit
da60cebb3d
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue