mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:38:11 +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"
|
|
}
|
|
}
|
|
}
|