From 6cd03c64819ca13a6f6ac23ef1d28e546ac77c57 Mon Sep 17 00:00:00 2001 From: Brandon Dyck Date: Fri, 19 Apr 2024 10:03:49 -0600 Subject: [PATCH] Don't zero-pad the hour box --- main.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/main.lua b/main.lua index ac8fcde..aa68715 100644 --- a/main.lua +++ b/main.lua @@ -84,7 +84,6 @@ function love.load() :SetMinMax(1, 12) :SetValue(12) :SetParent(timeInputs) - :SetZeroPad(true) timeInputs:SetHeight(hourBox:GetHeight()) loveframes.Create("text") :SetText(":")