|
@@ -324,10 +324,12 @@ class KMEditImagePropertyViewController: NSViewController {
|
|
|
exportVC?.textColor_focus = KMAppearance.Layout.h1Color()
|
|
|
exportVC?.updateUI()
|
|
|
|
|
|
- self.noTitleLabel.textColor = NSColor.km_init(hex: "#616469")
|
|
|
+ self.noTitleLabel.textColor = KMAppearance.Layout.h1Color()
|
|
|
self.noTitleLabel.font = NSFont.SFProTextRegularFont(14)
|
|
|
|
|
|
self.noImageView.image = NSImage(named: "No_addimage")
|
|
|
+// self.noSubtitleLabel.stringValue = NSLocalizedString("Add Image", comment: "")
|
|
|
+
|
|
|
let string = self.noSubtitleLabel.stringValue
|
|
|
let paragraphStyle = NSMutableParagraphStyle()
|
|
|
paragraphStyle.lineHeightMultiple = 1.32
|
|
@@ -344,6 +346,8 @@ class KMEditImagePropertyViewController: NSViewController {
|
|
|
self.titleLabel.stringValue = NSLocalizedString("Image", comment: "")
|
|
|
}
|
|
|
|
|
|
+ self.noTitleLabel.stringValue = NSLocalizedString("Add Image", comment: "")
|
|
|
+
|
|
|
self.opacityTitleLabel.stringValue = NSLocalizedString("Opacity", comment: "")
|
|
|
self.cropVC?.stringValue = NSLocalizedString("Crop", comment: "")
|
|
|
self.confirmVC?.stringValue = NSLocalizedString("Confirm", comment: "")
|