|
@@ -25,6 +25,11 @@ class KMMergeBlankView: KMBaseXibView {
|
|
|
}
|
|
|
|
|
|
override func setup() {
|
|
|
+ titleLable.font = NSFont.systemFont(ofSize: 14, weight: .semibold)
|
|
|
+ titleLable.textColor = KMAppearance.Layout.h1Color()
|
|
|
+ subTitleLabel.font = NSFont.systemFont(ofSize: 14)
|
|
|
+ subTitleLabel.textColor = KMAppearance.Layout.h2Color()
|
|
|
+
|
|
|
self.titleLable.stringValue = NSLocalizedString("Select Files", comment: "")
|
|
|
self.subTitleLabel.stringValue = NSLocalizedString("Drop files here or Click Add Files at upper left corner. You can drag files to reorder as you need.", comment: "")
|
|
|
|