better colors

This commit is contained in:
kepler155c@gmail.com
2017-09-28 18:52:57 -04:00
parent 2af6f098c8
commit 9cb7180f10
8 changed files with 62 additions and 30 deletions

View File

@@ -254,6 +254,7 @@ function page.container:setCategory(categoryName)
y = 4,
text = title,
backgroundColor = self.backgroundColor,
--backgroundFocusColor = colors.gray,
width = #title + 2,
event = 'button',
app = program,
@@ -414,7 +415,7 @@ function page:eventHandler(event)
return true
end
local formWidth = math.max(UI.term.width - 14, 26)
local formWidth = math.max(UI.term.width - 8, 26)
local editor = UI.Dialog {
height = 11,