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
2017-04-27 01:29:54 -07:00

10 lines
227 B
Lua

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