mirror of
https://github.com/Kunsi/scheduled-plugin-pretalx-broadcast-tools.git
synced 2024-11-22 01:51:03 +00:00
standalone: fix bottom padding for track names
This commit is contained in:
parent
0acc6cf5e0
commit
5f98771957
1 changed files with 1 additions and 1 deletions
2
node.lua
2
node.lua
|
@ -205,7 +205,7 @@ function node.render()
|
||||||
font_text, info_size, NATIVE_WIDTH - col2 - PADDING
|
font_text, info_size, NATIVE_WIDTH - col2 - PADDING
|
||||||
)
|
)
|
||||||
|
|
||||||
if y + #title_lines * TALK_FONT_SIZE + 3 + #info_lines * info_size > NATIVE_HEIGHT - space_used_for_tracks*info_size - PADDING*2 then
|
if y + #title_lines * TALK_FONT_SIZE + 3 + #info_lines * info_size > NATIVE_HEIGHT - space_used_for_tracks*(info_size+PADDING) - PADDING then
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue