1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 18:05:07 +00:00
serenity/Userland/Applications/Calendar/ViewEventDialog.gml
2024-02-08 08:13:04 -07:00

18 lines
379 B
Text

@Calendar::ViewEventWidget {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {
margins: [4]
}
@GUI::Widget {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {}
name: "events_list"
min_width: 100
}
@GUI::Button {
name: "add_event_button"
text: "Add Event"
}
}