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,
|
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 {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user