mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 18:24:45 -05: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
|
|
}
|
|
}
|