Don't zero-pad the hour box

This commit is contained in:
Brandon Dyck 2024-04-19 10:03:49 -06:00
parent d8e257a3c0
commit 6cd03c6481

View File

@ -84,7 +84,6 @@ function love.load()
:SetMinMax(1, 12) :SetMinMax(1, 12)
:SetValue(12) :SetValue(12)
:SetParent(timeInputs) :SetParent(timeInputs)
:SetZeroPad(true)
timeInputs:SetHeight(hourBox:GetHeight()) timeInputs:SetHeight(hourBox:GetHeight())
loveframes.Create("text") loveframes.Create("text")
:SetText(":") :SetText(":")