1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-19 07:53:04 +08:00

feat(gui): 为右侧配置面板添加滚动区域,放宽宽度限制

- AppearancePageLayout 包裹在 QScrollArea 内,内容溢出时可滚动
- 移除垂直 Spacer(滚动区域内不需要)
- 最小宽度 400→480,最大宽度 500→580,最大高度 420→不限
- .ui 与 Ui_ALSettingsWidget.py 同步更新
This commit is contained in:
2026-05-30 22:02:43 +08:00
parent 1cfd7382be
commit e893752c25
2 changed files with 40 additions and 35 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ class ALSettingsWidget(QWidget, Ui_ALSettingsWidget):
brief = t.get("brief", "没有相关简介")
self.ThemeInfoLabel.setText(
f"<b>{name}</b><br>"
f"适用于 {_themeToReadable(need_theme)} 主题<br>"
f" - 适用于 {_themeToReadable(need_theme)} 主题<br>"
f"作者:{author}<br>"
f"{brief}"
)