ladybird/Userland/Games/2048/GameWindow.gml
2022-10-17 22:40:52 +02:00

18 lines
350 B
Plaintext

@GUI::Frame {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {}
@GUI::Widget {
layout: @GUI::VerticalBoxLayout {}
@GUI::Widget {
name: "board_view_container"
layout: @GUI::VerticalBoxLayout {}
}
@GUI::Statusbar {
name: "statusbar"
}
}
}