mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02:00
Update
This commit is contained in:
@@ -139,8 +139,9 @@ function M:on_size_changed(new_size)
|
||||
local width = self.layout:get_size().x - self.layout.padding.x - self.layout.padding.z
|
||||
for index = 1, #self.properties do
|
||||
local property = self.properties[index]
|
||||
if property.container then
|
||||
property.container:set_size(width)
|
||||
local container = property.container --[[@as druid.container]]
|
||||
if container then
|
||||
container:set_size(width)
|
||||
end
|
||||
end
|
||||
self.paginator.container:set_size(width)
|
||||
|
Reference in New Issue
Block a user