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

Calendar/AddEventDialog: Remove meridiem selection

This removes the meridiem selection in the AddEventDialog of the
calendar because it thus far didn't do anything.
This commit is contained in:
david072 2023-11-17 19:46:19 +01:00 committed by Andrew Kaster
parent 18b1f856e5
commit 60174cc9aa
3 changed files with 0 additions and 75 deletions

View file

@ -60,12 +60,6 @@
min: 1
max: 59
}
@GUI::ComboBox {
name: "start_meridiem"
model_only: true
fixed_size: [55, 20]
}
}
@GUI::Widget {
@ -106,12 +100,6 @@
min: 1
max: 59
}
@GUI::ComboBox {
name: "end_meridiem"
model_only: true
fixed_size: [55, 20]
}
}
@GUI::Layout::Spacer {}