mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:18:13 +00:00
16 lines
279 B
Text
16 lines
279 B
Text
@GUI::Widget {
|
|
fill_with_background_color: true
|
|
layout: @GUI::VerticalBoxLayout {}
|
|
|
|
@GUI::ToolbarContainer {
|
|
name: "toolbar_container"
|
|
|
|
@GUI::Toolbar {
|
|
name: "toolbar"
|
|
}
|
|
}
|
|
|
|
@GUI::Calendar {
|
|
name: "calendar"
|
|
}
|
|
}
|