Set default Progress orientation to HORIZONTAL

This commit is contained in:
Gabriel Tofvesson 2024-10-12 00:11:39 +02:00
parent 7248f777a0
commit 0bd63f6804

View File

@ -20,7 +20,7 @@ local Progress = Prop.attach(Element:new{
progress = 0.0, progress = 0.0,
active = nil, active = nil,
inactive = nil inactive = nil
}, Orientation, Orientation.VERTICAL) }, Orientation, Orientation.HORIZONTAL)
function Progress:new(o) function Progress:new(o)
local template = o or {} local template = o or {}