support vertical progress

This commit is contained in:
airstruck
2015-12-07 22:11:58 -05:00
parent c43d8bcf22
commit d11ea06503
2 changed files with 17 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ end)
layout.flowToggle:onChange(function (event)
layout.flowTest.flow = event.value and 'x' or 'y'
layout.slidey.flow = event.value and 'y' or 'x'
layout.progressBar.flow = event.value and 'y' or 'x'
end)
layout.newButton:onPress(function (event)