Browse Source

Minor height change for home timezones.

pull/92/head
Abhishek 4 years ago
parent
commit
d9984f8657
  1. 2
      Clocker/Panel/UI/TimezoneDataSource.swift

2
Clocker/Panel/UI/TimezoneDataSource.swift

@ -104,7 +104,7 @@ extension TimezoneDataSource: NSTableViewDataSource, NSTableViewDelegate {
}
if model.isSystemTimezone {
rowHeight += 5
rowHeight += 2
}
rowHeight += (userFontSize.intValue * 2)

Loading…
Cancel
Save