Browse Source

Indentation.

pull/101/head
Abhishek 3 years ago
parent
commit
eb221a88ed
  1. 4
      Clocker/Overall App/Themer.swift
  2. 2
      Clocker/Panel/PanelController.swift

4
Clocker/Overall App/Themer.swift

@ -187,8 +187,8 @@ extension Themer {
return return
themeIndex == .light themeIndex == .light
? NSImage(named: NSImage.Name("Settings"))! ? NSImage(named: NSImage.Name("Settings"))!
: NSImage(named: NSImage.Name("Settings-White"))! : NSImage(named: NSImage.Name("Settings-White"))!
} }
func pinImage() -> NSImage { func pinImage() -> NSImage {

2
Clocker/Panel/PanelController.swift

@ -25,7 +25,7 @@ class PanelController: ParentPanelController {
window?.title = "Clocker Panel" window?.title = "Clocker Panel"
window?.setAccessibilityIdentifier("Clocker Panel") window?.setAccessibilityIdentifier("Clocker Panel")
// Otherwise, the panel can be dragged around while we try to scroll through the modern slider // Otherwise, the panel can be dragged around while we try to scroll through the modern slider
window?.isMovableByWindowBackground = false window?.isMovableByWindowBackground = false
futureSlider.isContinuous = true futureSlider.isContinuous = true

Loading…
Cancel
Save