mirror of
https://github.com/Kunsi/scheduled-plugin-pretalx-broadcast-tools.git
synced 2024-11-22 01:51:03 +00:00
whoops
This commit is contained in:
parent
360b76b753
commit
5af59372e3
1 changed files with 1 additions and 1 deletions
2
tile.lua
2
tile.lua
|
@ -308,7 +308,7 @@ local function view_all_talks(starts, ends, config, x1, y1, x2, y2)
|
||||||
else
|
else
|
||||||
talk_time = string.format("%d min ago", math.ceil(-delta/60))
|
talk_time = string.format("%d min ago", math.ceil(-delta/60))
|
||||||
end
|
end
|
||||||
local time_width = font_running:width(talk_time, time_size)
|
local time_width = font_text:width(talk_time, time_size)
|
||||||
text(font_text, col2 - 35 - time_width, y, talk_time, time_size, rgba(default_color, 1))
|
text(font_text, col2 - 35 - time_width, y, talk_time, time_size, rgba(default_color, 1))
|
||||||
|
|
||||||
-- track
|
-- track
|
||||||
|
|
Loading…
Reference in a new issue