From c371e9dd27efb508578706409ef4e0cb07fef8b3 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Tue, 7 Jul 2020 12:44:29 +0200 Subject: [PATCH] [orx-panel] Fix DemoHorizontalLayout01 --- orx-panel/src/demo/kotlin/DemoHorizontalLayout01.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/orx-panel/src/demo/kotlin/DemoHorizontalLayout01.kt b/orx-panel/src/demo/kotlin/DemoHorizontalLayout01.kt index 351675f3..9de6945d 100644 --- a/orx-panel/src/demo/kotlin/DemoHorizontalLayout01.kt +++ b/orx-panel/src/demo/kotlin/DemoHorizontalLayout01.kt @@ -27,6 +27,7 @@ fun main() = application { // ---------------------------------------------- display = Display.FLEX flexDirection = FlexDirection.Row + width = 100.percent } styleSheet(has type "h1") {