Move day label

master
Wuzzy 2020-08-28 14:39:21 +02:00
parent 26f8f5c36d
commit df8059d27f
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ function calendar.show_calendar(player_name, settings, wanted_months, wanted_yea
end
if SHOW_AREA_TOOLTIPS then
formspec = formspec .. "box["..x..","..y..";1,1;"..box_color.."]"
.. "label["..(x+0.15)..","..(y+0.3)..";"..day_str.."]"
.. "label["..(x+0.15)..","..(y+0.075)..";"..day_str.."]"
else
local day_num = pday
if is_holiday then