Zzaphkiel / Seraphine

英雄联盟战绩查询工具
GNU General Public License v3.0
2.29k stars 116 forks source link

[Question] 打开软件,会超出屏幕范围(即使设置最大化启动 #406

Closed liucheng12156 closed 4 months ago

liucheng12156 commented 4 months ago

问题描述

image

在提交之前,请您确认

Zzaphkiel commented 4 months ago

因为系统 DPI 缩放过大,导致窗口也被放大得过大了。可以尝试:

  1. 打开文件夹 C:/Users/{用户名}/AppData/Roaming/Seraphine
  2. 打开配置文件 config.json
  3. 找到 "DpiScale" 设置项,将其对应值 "Auto" 改为 1
  4. 重启 Seraphine。