|
@@ -406,9 +406,14 @@ class KMEditPDFTextPropertyViewController: NSViewController {
|
|
textPresuppositionResetVC?.target = self
|
|
textPresuppositionResetVC?.target = self
|
|
textPresuppositionResetVC?.action = #selector(resetTextPresuppositionButtonAction)
|
|
textPresuppositionResetVC?.action = #selector(resetTextPresuppositionButtonAction)
|
|
textPresuppositionResetVC?.image = NSImage(named: "KMImagePropertPanelTextDefaultMore")!
|
|
textPresuppositionResetVC?.image = NSImage(named: "KMImagePropertPanelTextDefaultMore")!
|
|
- textPresuppositionResetVC?.background_hov = KMAppearance.Layout.l1Color()
|
|
|
|
- textPresuppositionResetVC?.background_disabled = KMAppearance.buttonDisabledColor()
|
|
|
|
textPresuppositionResetVC?._image_disabled = NSImage(named: "KMImagePropertPanelTextDefaultMore")!
|
|
textPresuppositionResetVC?._image_disabled = NSImage(named: "KMImagePropertPanelTextDefaultMore")!
|
|
|
|
+ textPresuppositionResetVC?.background_hov = KMAppearance.Layout.l1Color()
|
|
|
|
+ textPresuppositionResetVC?.background_disabled = KMAppearance.view_bg_dis_color()
|
|
|
|
+ textPresuppositionResetVC?.cornerRadius = 4
|
|
|
|
+ textPresuppositionResetVC?.cornerRadius_hov = 4
|
|
|
|
+ textPresuppositionResetVC?.cornerRadius_disabled = 4
|
|
|
|
+ textPresuppositionResetVC?.borderWidth_disabled = 1
|
|
|
|
+ textPresuppositionResetVC?.borderColor_disabled = KMAppearance.view_border_dis_color()
|
|
textPresuppositionResetVC?.updateUI()
|
|
textPresuppositionResetVC?.updateUI()
|
|
|
|
|
|
// self.colorBox.borderColor = NSColor.km_init(hex: "#DFE1E5")
|
|
// self.colorBox.borderColor = NSColor.km_init(hex: "#DFE1E5")
|