|
@@ -1194,9 +1194,10 @@ extension KMToolbarViewController {
|
|
|
boxView.addSubview(searchView)
|
|
|
let titleLabel = NSTextField(labelWithString: NSLocalizedString("Search", comment: ""))
|
|
|
view.addSubview(titleLabel)
|
|
|
- titleLabel.frame = NSMakeRect(0, 0, 130, 16)
|
|
|
+ titleLabel.frame = NSMakeRect(0, 0, 130, 14)
|
|
|
titleLabel.alignment = .center
|
|
|
titleLabel.textColor = KMAppearance.subtitleColor()
|
|
|
+ titleLabel.font = KMToolbarMainItemView.textFont
|
|
|
|
|
|
item?.customizeView = view
|
|
|
} else if identifier == KMRightControlToolbarItemIdentifier {
|