mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:27:46 +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:
parent
18b1f856e5
commit
60174cc9aa
3 changed files with 0 additions and 75 deletions
|
@ -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 {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue