mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-27 15:53:31 +03:00
User user's monospace font by default
This commit is contained in:
parent
392d627b46
commit
53ee7612d1
@ -21,7 +21,7 @@ public class NeoVimView: NSView, NSUserInterfaceValidations {
|
||||
|
||||
public static let minFontSize = CGFloat(4)
|
||||
public static let maxFontSize = CGFloat(128)
|
||||
public static let defaultFont = NSFont(name: "Menlo", size: 13)!
|
||||
public static let defaultFont = NSFont.userFixedPitchFontOfSize(13)!
|
||||
|
||||
public let uuid = NSUUID().UUIDString
|
||||
public weak var delegate: NeoVimViewDelegate?
|
||||
|
Loading…
Reference in New Issue
Block a user