diff --git a/itemcontroller.lua b/itemcontroller.lua index 0025419..0333e5b 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -482,7 +482,6 @@ local PAGES = { [Orientation:getId()] = Orientation.VERTICAL, [Children:getId()] = { List:new{ - id = "list_request_count", [Orientation:getId()] = Orientation.HORIZONTAL, [Children:getId()] = { Text:new{ text = "Request" }, @@ -497,6 +496,7 @@ local PAGES = { } }, List:new{ + id = "list_request_count", [Orientation:getId()] = Orientation.HORIZONTAL, [Children:getId()] = { Text:new{ id = "data_request", text = tostring(pageState.request) },