Browse Source

【综合】偏好设置,大纲字体大小下拉框没有内容(已修复)

tangchao 1 year ago
parent
commit
32726adfbf

+ 1 - 0
PDF Office/PDF Master/Class/Preference/Controller/KMDisplayPreferences.swift

@@ -84,6 +84,7 @@ import Cocoa
         // Do view setup here.
         
         self.tableFontComboBox.addItems(withObjectValues: SKDefaultFontSizes)
+        self.tableFontComboBox.selectItem(at: 4)
     }
     
     override var title: String? {