[orx-panel] Fix DemoHorizontalLayout01

This commit is contained in:
Edwin Jakobs
2020-07-07 12:44:29 +02:00
parent a0287f4977
commit c371e9dd27

View File

@@ -27,6 +27,7 @@ fun main() = application {
// ---------------------------------------------- // ----------------------------------------------
display = Display.FLEX display = Display.FLEX
flexDirection = FlexDirection.Row flexDirection = FlexDirection.Row
width = 100.percent
} }
styleSheet(has type "h1") { styleSheet(has type "h1") {