mirror of
https://github.com/Kunsi/scheduled-plugin-pretalx-broadcast-tools.git
synced 2024-11-22 01:51:03 +00:00
day: more typos
This commit is contained in:
parent
da617f6d0b
commit
8be1da1b9f
2 changed files with 2 additions and 2 deletions
2
tile.js
2
tile.js
|
@ -70,7 +70,7 @@ var config = {
|
|||
</div>
|
||||
</template>
|
||||
<template v-if='mode == "day"'>
|
||||
<h4>Clock options</h4>
|
||||
<h4>Day options</h4>
|
||||
<div class='row'>
|
||||
<div class='col-xs-3'>
|
||||
<select class='btn btn-default' v-model="day_align">
|
||||
|
|
2
tile.lua
2
tile.lua
|
@ -340,7 +340,7 @@ local function view_day(starts, ends, config, x1, y1, x2, y2)
|
|||
elseif align == "center" then
|
||||
x = (x1 + x2 - w) / 2
|
||||
end
|
||||
font:write(x1, y1, line, font_size, r,g,b)
|
||||
font:write(x, y1, line, font_size, r,g,b)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue