mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 05:07:45 +00:00
Calendar: Use new GML compiler
This commit is contained in:
parent
15a539a5b0
commit
14a99bb22d
10 changed files with 223 additions and 165 deletions
16
Userland/Applications/Calendar/CalendarWidget.gml
Normal file
16
Userland/Applications/Calendar/CalendarWidget.gml
Normal file
|
@ -0,0 +1,16 @@
|
|||
@Calendar::CalendarWidget {
|
||||
fill_with_background_color: true
|
||||
layout: @GUI::VerticalBoxLayout {}
|
||||
|
||||
@GUI::ToolbarContainer {
|
||||
name: "toolbar_container"
|
||||
|
||||
@GUI::Toolbar {
|
||||
name: "toolbar"
|
||||
}
|
||||
}
|
||||
|
||||
@Calendar::EventCalendar {
|
||||
name: "calendar"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue