Fix button args
This commit is contained in:
parent
9e2e36bcd9
commit
1c2f50a3e0
@ -589,7 +589,7 @@ local PAGES = {
|
|||||||
state:setPage("Main")
|
state:setPage("Main")
|
||||||
return true
|
return true
|
||||||
end,
|
end,
|
||||||
colors.gray,
|
colors.green,
|
||||||
1,
|
1,
|
||||||
-2
|
-2
|
||||||
),
|
),
|
||||||
@ -603,8 +603,8 @@ local PAGES = {
|
|||||||
state:setPage("GROUP_DETAIL", group)
|
state:setPage("GROUP_DETAIL", group)
|
||||||
return true
|
return true
|
||||||
end,
|
end,
|
||||||
colors.gray,
|
colors.red,
|
||||||
math.ceil(state.width / 2),
|
math.ceil(state.width / 2) + 1,
|
||||||
-2
|
-2
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user