WidgetContainer: Nitty cosmetic tweak

reviewable/pr9966/r1
NiLuJe 1 year ago
parent 3743229ffe
commit 78a21a0ecc

@ -26,7 +26,7 @@ function WidgetContainer:getSize()
-- return size of first child widget -- return size of first child widget
return self[1]:getSize() return self[1]:getSize()
else else
return Geom:new{ x= 0, y = 0, w = 0, h = 0 } return Geom:new{ x = 0, y = 0, w = 0, h = 0 }
end end
end end

Loading…
Cancel
Save