day: more typos

This commit is contained in:
Franzi 2023-09-29 15:53:48 +02:00
parent da617f6d0b
commit 8be1da1b9f
2 changed files with 2 additions and 2 deletions

View file

@ -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">

View file

@ -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