milo: UI cleanup

This commit is contained in:
kepler155c
2018-11-13 21:31:27 -05:00
parent 38777041d1
commit 8e9ca385d9
11 changed files with 77 additions and 30 deletions

View File

@@ -13,7 +13,7 @@ local wizardPage = UI.Window {
index = 2,
backgroundColor = colors.cyan,
form = UI.Form {
x = 1, y = 3, ex = -1, ey = -2,
x = 2, ex = -2, y = 3, ey = -2,
manualControls = true,
[1] = UI.Checkbox {
formLabel = 'Import', formKey = 'importEnder',
@@ -26,7 +26,7 @@ local wizardPage = UI.Window {
},
},
userInfo = UI.TextArea {
x = 2, ex = -2, y = 2, height = 1,
x = 3, ex = -2, y = 2, height = 2,
},
}