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:
parent
d0a4f6678c
commit
7df936b660
2 changed files with 9 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue