Browse Source

【综合】Toolbar,搜索,文案字号偏大(已修复)

tangchao 1 year ago
parent
commit
70f7684604

+ 2 - 1
PDF Office/PDF Master/Class/PDFWindowController/Toolbar/KMToolbarViewController.swift

@@ -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 {