Increase increment/decrement buttons
This commit is contained in:
parent
f2b6f737da
commit
7f1f2eeae3
@ -302,7 +302,7 @@ local PAGES = {
|
|||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
local ACTION_COUNT = 2
|
local ACTION_COUNT = 3
|
||||||
local ACTION_INTERVAL = 5
|
local ACTION_INTERVAL = 5
|
||||||
local ACTION_SPACING = 1
|
local ACTION_SPACING = 1
|
||||||
|
|
||||||
@ -894,13 +894,17 @@ local PAGES = {
|
|||||||
element = List:new{
|
element = List:new{
|
||||||
[Orientation:getId()] = Orientation.HORIZONTAL,
|
[Orientation:getId()] = Orientation.HORIZONTAL,
|
||||||
[Children:getId()] = {
|
[Children:getId()] = {
|
||||||
makeRequestButton(-5),
|
makeRequestButton(-16),
|
||||||
|
Element:new{ width = 1 },
|
||||||
|
makeRequestButton(-8),
|
||||||
Element:new{ width = 1 },
|
Element:new{ width = 1 },
|
||||||
makeRequestButton(-1),
|
makeRequestButton(-1),
|
||||||
Element:new{ width = 2 },
|
Element:new{ width = 2 },
|
||||||
makeRequestButton(1),
|
makeRequestButton(1),
|
||||||
Element:new{ width = 1 },
|
Element:new{ width = 1 },
|
||||||
makeRequestButton(5),
|
makeRequestButton(8),
|
||||||
|
Element:new{ width = 1 },
|
||||||
|
makeRequestButton(16),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user