From 0ca82fb1d14ea996195dc956bf40cd4ea7e35728 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 17 Jul 2024 13:37:38 +1000 Subject: [PATCH] Fix the top bar scrolling off the screen on the licenses screen --- lua/licenses.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/licenses.lua b/lua/licenses.lua index b8c71f36..5c8d12cf 100644 --- a/lua/licenses.lua +++ b/lua/licenses.lua @@ -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",