UI improvements

This commit is contained in:
kepler155c@gmail.com
2017-10-07 23:03:18 -04:00
parent af981dd1f8
commit 98ec840db1
8 changed files with 240 additions and 166 deletions

View File

@@ -148,7 +148,7 @@ local page = UI.Page {
tabBar = UI.VerticalTabBar {
buttons = buttons,
},
container = UI.ViewportWindow {
container = UI.Viewport {
x = cx,
y = cy,
},
@@ -324,7 +324,7 @@ function page.container:setCategory(categoryName)
end
function page.container:draw()
UI.ViewportWindow.draw(self)
UI.Viewport.draw(self)
end
function page:refresh()