milo shop tweaks

This commit is contained in:
kepler155c@gmail.com
2019-01-13 16:25:16 -05:00
parent 376be37256
commit 905783ad7a
3 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ local storeTab = UI.Window {
formLabel = 'Name', formKey = 'name',
help = 'Unique name used when paying for an item',
required = true,
width = 16,
width = 12,
limit = 64,
},
[2] = UI.TextEntry {