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

custom
jacqueline 9 months ago
parent bc2527135a
commit 0ca82fb1d1
  1. 2
      lua/licenses.lua

@ -64,7 +64,7 @@ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR I
end end
return function(self) return function(self)
local container = self.root:Object { local container = self.content:Object {
flex = { flex = {
flex_direction = "column", flex_direction = "column",
flex_wrap = "nowrap", flex_wrap = "nowrap",

Loading…
Cancel
Save