|
@@ -118,6 +118,7 @@ class KMNoteFooterCellView: NSTableCellView, NibLoadable {
|
|
// self.replyButton.layer?.backgroundColor = KMAppearance.Interactive.m0Color().cgColor
|
|
// self.replyButton.layer?.backgroundColor = KMAppearance.Interactive.m0Color().cgColor
|
|
self.replyButtonBox.fillColor = KMAppearance.Interactive.m0Color()
|
|
self.replyButtonBox.fillColor = KMAppearance.Interactive.m0Color()
|
|
self.replyButtonBox.cornerRadius = 1
|
|
self.replyButtonBox.cornerRadius = 1
|
|
|
|
+ self.replyButtonBox.borderWidth = 0
|
|
self.replyButton.target = self
|
|
self.replyButton.target = self
|
|
self.replyButton.action = #selector(replyAction)
|
|
self.replyButton.action = #selector(replyAction)
|
|
self.cancelButton.title = NSLocalizedString("Clear", comment: "")
|
|
self.cancelButton.title = NSLocalizedString("Clear", comment: "")
|