Fix the top bar scrolling off the screen on the licenses screen

This commit is contained in:
jacqueline
2024-07-17 13:37:38 +10:00
parent bc2527135a
commit 0ca82fb1d1
+1 -1
View File
@@ -64,7 +64,7 @@ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR I
end
return function(self)
local container = self.root:Object {
local container = self.content:Object {
flex = {
flex_direction = "column",
flex_wrap = "nowrap",