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