mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:38:11 +00:00
16 lines
302 B
Text
16 lines
302 B
Text
@Calendar::CalendarWidget {
|
|
fill_with_background_color: true
|
|
layout: @GUI::VerticalBoxLayout {}
|
|
|
|
@GUI::ToolbarContainer {
|
|
name: "toolbar_container"
|
|
|
|
@GUI::Toolbar {
|
|
name: "toolbar"
|
|
}
|
|
}
|
|
|
|
@Calendar::EventCalendar {
|
|
name: "calendar"
|
|
}
|
|
}
|