mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:48:14 +00:00
17 lines
303 B
Text
17 lines
303 B
Text
@GUI::Widget {
|
|
fill_with_background_color: true
|
|
|
|
layout: @GUI::VerticalBoxLayout {
|
|
}
|
|
|
|
@Solitaire::Game {
|
|
name: "game"
|
|
fill_with_background_color: true
|
|
background_color: "green"
|
|
}
|
|
|
|
@GUI::Statusbar {
|
|
name: "statusbar"
|
|
label_count: 3
|
|
}
|
|
}
|