Milo: Bump max request amount to 9999
This commit is contained in:
@@ -60,7 +60,7 @@ local page = UI.Page {
|
|||||||
statusBar = UI.Window {
|
statusBar = UI.Window {
|
||||||
y = -1,
|
y = -1,
|
||||||
filter = UI.TextEntry {
|
filter = UI.TextEntry {
|
||||||
x = 1, ex = -12,
|
x = 1, ex = -13,
|
||||||
limit = 50,
|
limit = 50,
|
||||||
shadowText = 'filter',
|
shadowText = 'filter',
|
||||||
backgroundColor = colors.cyan,
|
backgroundColor = colors.cyan,
|
||||||
@@ -73,8 +73,8 @@ local page = UI.Page {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
amount = UI.TextEntry {
|
amount = UI.TextEntry {
|
||||||
x = -11, ex = -7,
|
x = -12, ex = -7,
|
||||||
limit = 3,
|
limit = 4,
|
||||||
shadowText = '1',
|
shadowText = '1',
|
||||||
shadowTextColor = colors.gray,
|
shadowTextColor = colors.gray,
|
||||||
backgroundColor = colors.black,
|
backgroundColor = colors.black,
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ local page = UI.Page {
|
|||||||
},
|
},
|
||||||
statusBar = UI.StatusBar {
|
statusBar = UI.StatusBar {
|
||||||
filter = UI.TextEntry {
|
filter = UI.TextEntry {
|
||||||
x = 1, ex = -17,
|
x = 1, ex = -18,
|
||||||
limit = 50,
|
limit = 50,
|
||||||
shadowText = 'filter',
|
shadowText = 'filter',
|
||||||
shadowTextColor = colors.gray,
|
shadowTextColor = colors.gray,
|
||||||
@@ -64,14 +64,14 @@ local page = UI.Page {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
storageStatus = UI.Text {
|
storageStatus = UI.Text {
|
||||||
x = -16, ex = -9,
|
x = -17, ex = -10,
|
||||||
textColor = colors.lime,
|
textColor = colors.lime,
|
||||||
backgroundColor = colors.cyan,
|
backgroundColor = colors.cyan,
|
||||||
value = '',
|
value = '',
|
||||||
},
|
},
|
||||||
amount = UI.TextEntry {
|
amount = UI.TextEntry {
|
||||||
x = -8, ex = -4,
|
x = -9, ex = -4,
|
||||||
limit = 3,
|
limit = 4,
|
||||||
shadowText = '1',
|
shadowText = '1',
|
||||||
shadowTextColor = colors.gray,
|
shadowTextColor = colors.gray,
|
||||||
backgroundColor = colors.black,
|
backgroundColor = colors.black,
|
||||||
|
|||||||
Reference in New Issue
Block a user