Increase increment/decrement buttons

This commit is contained in:
Gabriel Tofvesson 2024-11-14 03:33:58 +00:00
parent f2b6f737da
commit 7f1f2eeae3

View File

@ -302,7 +302,7 @@ local PAGES = {
}
end
local ACTION_COUNT = 2
local ACTION_COUNT = 3
local ACTION_INTERVAL = 5
local ACTION_SPACING = 1
@ -894,13 +894,17 @@ local PAGES = {
element = List:new{
[Orientation:getId()] = Orientation.HORIZONTAL,
[Children:getId()] = {
makeRequestButton(-5),
makeRequestButton(-16),
Element:new{ width = 1 },
makeRequestButton(-8),
Element:new{ width = 1 },
makeRequestButton(-1),
Element:new{ width = 2 },
makeRequestButton(1),
Element:new{ width = 1 },
makeRequestButton(5),
makeRequestButton(8),
Element:new{ width = 1 },
makeRequestButton(16),
}
}
}