fix(ui): caption 重叠问题 + 加截图工具
- caption (生成模式/宽高比/图片尺寸 等) 改用 make_field_group helper: 组内 caption + control 间距锁死 6px,组高度 fixed = 22+6+34 = 62px 解决 Qt QSS setStyleSheet 改字号不更新 sizeHint 导致的 caption 文字溢出到下方 widget 的坑 - caption 字号 11pt → 12pt,font-weight DemiBold,颜色 text_primary,视觉权重和 combo 拉开 - settings_layout 间距 18px(组与组之间) - 主窗口最小尺寸 1180x820,避免压缩破坏 layout - ImageGeneratorWindow 和 StyleDesignerTab 同步迁移 - capture_window.py:按窗口标题 PrintWindow 截图工具,迭代 UI 时不再依赖手动截图 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Showing
3 changed files
with
256 additions
and
44 deletions
capture_window.py
0 → 100644
-
Please register or sign in to post a comment