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

@@ -17,7 +17,7 @@ local wizardPage = UI.Window {
value = [[ Items can be automatically dropped from this storage.]],
},
form = UI.Form {
x = 1, y = 4, ex = -1, ey = -2,
x = 2, ex = -2, y = 4, ey = -2,
manualControls = true,
[1] = UI.Checkbox {
formLabel = 'Drop', formKey = 'drop',
@@ -25,7 +25,7 @@ local wizardPage = UI.Window {
},
[2] = UI.Chooser {
width = 9,
formLabel = 'Drop direction', formKey = 'dropDirection',
formLabel = 'Direction', formKey = 'dropDirection',
nochoice = 'Down',
choices = {
{ name = 'Down', value = 'down' },