inactive elements
This commit is contained in:
@@ -1883,7 +1883,6 @@ if UI.term.width < 30 then
|
|||||||
end
|
end
|
||||||
|
|
||||||
local startPage = UI.Page {
|
local startPage = UI.Page {
|
||||||
-- titleBar = UI.TitleBar({ title = 'Builder v' .. Builder.version }),
|
|
||||||
window = UI.Window {
|
window = UI.Window {
|
||||||
x = UI.term.width-16,
|
x = UI.term.width-16,
|
||||||
y = wy,
|
y = wy,
|
||||||
@@ -1896,13 +1895,11 @@ local startPage = UI.Page {
|
|||||||
{ heading = 'Value', key = 'value', width = 7 },
|
{ heading = 'Value', key = 'value', width = 7 },
|
||||||
},
|
},
|
||||||
disableHeader = true,
|
disableHeader = true,
|
||||||
--y = UI.term.height-1,
|
|
||||||
x = 1,
|
x = 1,
|
||||||
y = 2,
|
y = 2,
|
||||||
width = 16,
|
width = 16,
|
||||||
height = 9,
|
height = 9,
|
||||||
--autospace = true,
|
inactive = true,
|
||||||
selectable = false,
|
|
||||||
backgroundColor = colors.gray
|
backgroundColor = colors.gray
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user