Browse Source

【综合】AI窗口TextView部分机型上不显示的问题修复

tangchao 1 year ago
parent
commit
ba3e78b033

+ 3 - 1
PDF Office/PDF Master/Class/Home/WindowController/KMAITranslationWindowController.swift

@@ -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