@ -76,9 +76,9 @@ class NotesPopover: NSViewController {
alertPopupButton.setAccessibilityIdentifier("RemindersAlertPopup")
reminderView.setAccessibilityIdentifier("RemindersView")
// if #available(OSX 11.0, *) {
// alertPopupButton.controlSize = .large
// }
if #available(OSX 11.0, *) {
alertPopupButton.controlSize = .large
}
override func viewWillAppear() {
@ -149,7 +149,7 @@ class TimezoneCellView: NSTableCellView {
let timeWidth = timeString.size(withAttributes: [NSAttributedString.Key.font: customTimeFont]).width
for constraint in time.constraints {
constraint.constant = constraint.identifier == "height" ? timeHeight : timeWidth