From f79b615ff9df3c4418161106ee017132fc1168d4 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Sat, 12 Oct 2024 20:27:14 +0200 Subject: [PATCH] Test padding values --- itemcontroller.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/itemcontroller.lua b/itemcontroller.lua index 2421133..16c6bb7 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -520,7 +520,8 @@ local PAGES = { local keys = {} for i=1,#chars do 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, text = key, bgColor = colors.gray