Skip to content

Commit

Permalink
Revert icon style change
Browse files Browse the repository at this point in the history
Signed-off-by: Jingwen Peng <pengsrc@outlook.com>
  • Loading branch information
pengsrc committed May 17, 2020
1 parent fe9a608 commit cef08b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BingPaper/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {

override func awakeFromNib(){

let statusBarItem = NSStatusBar.system.statusItem(withLength: NSStatusItem.squareLength);
let statusBarItem = NSStatusBar.system.statusItem(withLength: -1);

statusBarItem.view = StatusBarView(image: #imageLiteral(resourceName: "StatusBarIcon"), statusItem: statusBarItem, popover: self.popover)
}
Expand Down

0 comments on commit cef08b2

Please sign in to comment.