Set default Progress orientation to HORIZONTAL
This commit is contained in:
parent
7248f777a0
commit
0bd63f6804
@ -20,7 +20,7 @@ local Progress = Prop.attach(Element:new{
|
||||
progress = 0.0,
|
||||
active = nil,
|
||||
inactive = nil
|
||||
}, Orientation, Orientation.VERTICAL)
|
||||
}, Orientation, Orientation.HORIZONTAL)
|
||||
|
||||
function Progress:new(o)
|
||||
local template = o or {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user