Test padding values
This commit is contained in:
parent
f8121a0727
commit
f79b615ff9
@ -520,7 +520,8 @@ local PAGES = {
|
|||||||
local keys = {}
|
local keys = {}
|
||||||
for i=1,#chars do
|
for i=1,#chars do
|
||||||
local key = chars:sub(i, 1)
|
local key = chars:sub(i, 1)
|
||||||
table.insert(keys, Padding:new{ bgColor = colors.black, right = ((not backspace) and i == #keys and 0) or 1, element = Text:new{
|
-- ((not backspace) and i == #keys and 0) or 1
|
||||||
|
table.insert(keys, Padding:new{ bgColor = colors.black, right = 0, element = Text:new{
|
||||||
id = key,
|
id = key,
|
||||||
text = key,
|
text = key,
|
||||||
bgColor = colors.gray
|
bgColor = colors.gray
|
||||||
|
Loading…
x
Reference in New Issue
Block a user