Browse Source

Reduce font size.

master
Abhishek Banthia 5 months ago
parent
commit
252ca8478d
  1. 4
      Clocker/Panel/UI/TimezoneCellView.swift

4
Clocker/Panel/UI/TimezoneCellView.swift

@ -13,8 +13,8 @@ class TimezoneCellView: NSTableCellView {
@IBOutlet var sunriseImage: NSImageView!
@IBOutlet var currentLocationIndicator: NSImageView!
private static let minimumFontSizeForTime: Int = 11
private static let minimumFontSizeForLabel: Int = 10
private static let minimumFontSizeForTime: Int = 10
private static let minimumFontSizeForLabel: Int = 8
var rowNumber: NSInteger = -1
var isPopoverDisplayed: Bool = false

Loading…
Cancel
Save