Skip to content

Commit

Permalink
attempt to show a third row on the home screen
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Nov 9, 2024
1 parent 1695990 commit cefbeea
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 @@ -6,7 +6,7 @@ const LOADING_WAIT_TIME = 2
sub init()
m.top.itemComponentName = "HomeItem"
' how many rows are visible on the screen
m.top.numRows = 2
m.top.numRows = 3

m.top.rowFocusAnimationStyle = "fixedFocusWrap"
m.top.vertFocusAnimationStyle = "fixedFocus"
Expand Down

0 comments on commit cefbeea

Please sign in to comment.