mirror of
https://github.com/RGBCube/serenity
synced 2025-07-16 14:37:35 +00:00
17 lines
359 B
Text
17 lines
359 B
Text
@Flood::MainWidget {
|
|
fill_with_background_color: true
|
|
layout: @GUI::VerticalBoxLayout {}
|
|
|
|
@GUI::Widget {
|
|
layout: @GUI::VerticalBoxLayout {}
|
|
|
|
@GUI::Widget {
|
|
name: "board_widget_container"
|
|
layout: @GUI::VerticalBoxLayout {}
|
|
}
|
|
|
|
@GUI::Statusbar {
|
|
name: "statusbar"
|
|
}
|
|
}
|
|
}
|