|
@@ -94,8 +94,10 @@ class KMAITranslationWindowController: NSWindowController {
|
|
|
|
|
|
self.toContentBox.borderColor = NSColor(hex: "#DFE1E5")
|
|
|
self.toContentBox.fillColor = NSColor(hex: "#FFFFFF")
|
|
|
- self.toContentTextView.textColor = .black
|
|
|
+ self.toContentTextView.textColor = NSColor(hex: "#252629")
|
|
|
self.toContentTextView.font = NSFont.SFProTextRegular(12.0)
|
|
|
+ self.toContentTextView.frame = (self.toContentTextView.enclosingScrollView?.contentView.bounds)!
|
|
|
+ self.toContentTextView.autoresizingMask = [.width, .height]
|
|
|
|
|
|
self.translateBox.fillColor = NSColor(hex: "#BDDFFD")
|
|
|
self.translateBox.cornerRadius = 4.0
|