ui overhaul

This commit is contained in:
kepler155c@gmail.com
2019-02-05 23:04:22 -05:00
parent ab22ae8224
commit b07343a530
19 changed files with 35 additions and 52 deletions

View File

@@ -11,7 +11,7 @@ local context = Milo:getContext()
local machine
local pages = {
machines = UI.Window {
machines = UI.WizardPage {
index = 2,
validFor = 'Machine Processing',
grid = UI.ScrollingGrid {
@@ -22,7 +22,7 @@ local pages = {
sortColumn = 'displayName',
},
},
confirmation = UI.Window {
confirmation = UI.WizardPage {
index = 3,
validFor = 'Machine Processing',
notice = UI.TextArea {
@@ -51,7 +51,7 @@ function pages.machines:enable()
end
end)
self.grid:setValues(t)
UI.Window.enable(self)
UI.WizardPage.enable(self)
end
function pages.machines:validate()