Don't zero-pad the hour box
This commit is contained in:
parent
d8e257a3c0
commit
6cd03c6481
1
main.lua
1
main.lua
@ -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(":")
|
||||||
|
Loading…
Reference in New Issue
Block a user