diff --git a/stage.yaml b/stage.yaml index 0a903cf..a7205e2 100644 --- a/stage.yaml +++ b/stage.yaml @@ -18,13 +18,13 @@ areas: - id: title type: Title layout: - grow: 1 + span: 24 properties: content: Stage - id: leftcolumn type: Box layout: - span: 5 + span: 9 blocks: - id: foo required: true @@ -51,7 +51,7 @@ areas: - id: rightcolumn type: Box layout: - span: 5 + span: 9 blocks: - id: alpha required: true @@ -76,24 +76,29 @@ areas: extra: Mu span: 3 - - id: reset_button - type: Button + - id: bottomrow + type: Box layout: - grow: 1 - properties: - title: Reset - icon: ClearOutlined - block: true - type: default - events: - onClick: - - id: reset - type: reset() - - id: start_download - type: Button - layout: - grow: 3 - properties: - title: Download - icon: CloudDownloadOutlined - block: true + span: 24 + blocks: + - id: reset_button + type: Button + layout: + grow: 1 + properties: + title: Reset + icon: ClearOutlined + block: true + type: default + events: + onClick: + - id: reset + type: reset() + - id: start_download + type: Button + layout: + grow: 3 + properties: + title: Download + icon: CloudDownloadOutlined + block: true