1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:38:11 +00:00
serenity/Userland/Applications/Calendar/CalendarWidget.gml
2024-01-19 10:50:15 +00:00

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"
}
}