1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-25 06:06:21 +03:00

GH-436 Pixel pushing

This commit is contained in:
Tae Won Ha 2017-06-30 17:39:07 +02:00
parent 24ec0ec7a9
commit 5c645a76d6
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -154,7 +154,7 @@ class ThemedTableCell: NSTableCellView {
textField.removeFromSuperview()
self.addSubview(textField)
textField.autoPinEdgesToSuperviewEdges(with: EdgeInsets(top: 2, left: 2, bottom: 2, right: 2))
textField.autoPinEdgesToSuperviewEdges(with: EdgeInsets(top: 2, left: 4, bottom: 2, right: 2))
}
fileprivate let _textField = NSTextField(forAutoLayout: ())