1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:17:35 +00:00

Calendar/AddEventDialog: Add a cancel button

This commit is contained in:
david072 2023-11-17 19:48:26 +01:00 committed by Andrew Kaster
parent d0a4f6678c
commit 7df936b660
2 changed files with 9 additions and 0 deletions

View file

@ -111,6 +111,12 @@
@GUI::Layout::Spacer {}
@GUI::Button {
name: "cancel_button"
text: "Cancel"
fixed_size: [80, 20]
}
@GUI::Button {
name: "ok_button"
text: "OK"