Skip to content

Commit

Permalink
increase spacing between items on home screen
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Nov 26, 2024
1 parent 65f03e1 commit 941031f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/home/HomeRows.bs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ sub updateSize()
' spacing between rows
m.top.itemSpacing = [0, 105]
' spacing between items in a row
m.top.rowItemSpacing = [21, 0]
m.top.rowItemSpacing = [30, 0]

m.top.visible = true
end sub
Expand Down

0 comments on commit 941031f

Please sign in to comment.