diff options
| author | ailurux <ailuruxx@gmail.com> | 2025-01-06 14:45:17 +1100 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2025-01-06 14:45:17 +1100 |
| commit | 4ad5f1b63761f042734d1cc1eab2649186092ee5 (patch) | |
| tree | a0b82d52612ce8b86533e902014fa4738285d7de /lua/playing.lua | |
| parent | 7aad24e073770d00c170a64f09f555255d26de25 (diff) | |
| download | tangara-fw-4ad5f1b63761f042734d1cc1eab2649186092ee5.tar.gz | |
Reduce horizontal spacing on controls for more room for additional info button
Diffstat (limited to 'lua/playing.lua')
| -rw-r--r-- | lua/playing.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/playing.lua b/lua/playing.lua index 84e31962..e986273c 100644 --- a/lua/playing.lua +++ b/lua/playing.lua @@ -177,7 +177,7 @@ return screen:new { }, w = lvgl.PCT(100), h = lvgl.SIZE_CONTENT, - pad_column = 6, + pad_column = 5, pad_all = 2, } |
