diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-07-17 13:37:38 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-07-17 13:37:38 +1000 |
| commit | 0ca82fb1d14ea996195dc956bf40cd4ea7e35728 (patch) | |
| tree | 1a464807a17f501ef7f9281b4c45877799936aa7 /lua/licenses.lua | |
| parent | bc2527135a2ae4b905015bd6d0fa105cda200b8e (diff) | |
| download | tangara-fw-0ca82fb1d14ea996195dc956bf40cd4ea7e35728.tar.gz | |
Fix the top bar scrolling off the screen on the licenses screen
Diffstat (limited to 'lua/licenses.lua')
| -rw-r--r-- | lua/licenses.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
