|
@@ -256,7 +256,7 @@ class KMEditPDFTextPropertyViewController: NSViewController {
|
|
|
leftAlignmentVC?.image = NSImage(named: "KMImageNameEditPDFAlignLeft")!
|
|
|
leftAlignmentVC?.image_sel = NSImage(named: "KMImageNameEditPDFAlignLeftSelect")!
|
|
|
leftAlignmentVC?.background_hov = KMAppearance.Layout.l1Color()
|
|
|
- leftAlignmentVC?.background_sel = KMAppearance.Layout.l1Color()
|
|
|
+ leftAlignmentVC?.background_sel = KMAppearance.view_bg_dis_color()
|
|
|
leftAlignmentVC?.updateUI()
|
|
|
|
|
|
centerAlignmentVC = KMDesignPropertySelector.init(withType: .Icon_Btn)
|
|
@@ -267,7 +267,7 @@ class KMEditPDFTextPropertyViewController: NSViewController {
|
|
|
centerAlignmentVC?.image = NSImage(named: "KMImageNameEditPDFAlignCenter")!
|
|
|
centerAlignmentVC?.image_sel = NSImage(named: "KMImageNameEditPDFAlignCenterSelect")!
|
|
|
centerAlignmentVC?.background_hov = KMAppearance.Layout.l1Color()
|
|
|
- centerAlignmentVC?.background_sel = KMAppearance.Layout.l1Color()
|
|
|
+ centerAlignmentVC?.background_sel = KMAppearance.view_bg_dis_color()
|
|
|
centerAlignmentVC?.updateUI()
|
|
|
|
|
|
rightAlignmentVC = KMDesignPropertySelector.init(withType: .Icon_Btn)
|
|
@@ -278,7 +278,7 @@ class KMEditPDFTextPropertyViewController: NSViewController {
|
|
|
rightAlignmentVC?.image = NSImage(named: "KMImageNameEditPDFAlignRight")!
|
|
|
rightAlignmentVC?.image_sel = NSImage(named: "KMImageNameEditPDFAlignRightSelect")!
|
|
|
rightAlignmentVC?.background_hov = KMAppearance.Layout.l1Color()
|
|
|
- rightAlignmentVC?.background_sel = KMAppearance.Layout.l1Color()
|
|
|
+ rightAlignmentVC?.background_sel = KMAppearance.view_bg_dis_color()
|
|
|
rightAlignmentVC?.updateUI()
|
|
|
|
|
|
let fontNameArray = KMEditPDFTextManager.manager.fetchTextFontNames()
|