2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
koreader/frontend/ui/widget/container/topcontainer.lua
2016-01-31 14:58:06 -08:00

9 lines
224 B
Lua

local WidgetContainer = require("ui/widget/container/widgetcontainer")
--[[
TopContainer contains its content (1 widget) at the top of its own dimensions
--]]
local TopContainer = WidgetContainer:new()
return TopContainer