Skip to content

Commit 892baf6

Browse files
committed
优化初始字号大小
1 parent 7eb4c12 commit 892baf6

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/com/luoboduner/moo/info/ui

1 file changed

+2
-2
lines changed

src/main/java/com/luoboduner/moo/info/ui/Init.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ public static void initGlobalFont() {
5555

5656
// Initialize high-resolution screen font sizes such as Macs
5757
if (SystemUtil.isMacOs()) {
58-
fontSize = 15;
58+
fontSize = 13;
5959
} else {
60-
fontSize = (int) (UIUtil.getScreenScale() * fontSize);
60+
fontSize = 12;
6161
}
6262
App.config.setFontSize(fontSize);
6363

0 commit comments

Comments
 (0)