beeware/toga

Make title of DetailedList on Windows more prominent

开放

#4,646 创建于 2026年8月15日

 (4 条评论) (0 个反应) (0 位负责人)Python (624 个派生)batch import
enhancementgood first issueqtwindows

仓库指标

星标
 (3,615 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

What is the problem or limitation you are having?

On Windows and Qt, the title of DetailedList is in the same font as the sub title.

Describe the solution you'd like

The title should be more prominent. It should be rendered using the default font face and size for the platform; the subtitle should use a font that is 20% smaller than the default font size.

Describe alternatives you've considered

Additional context

On other platforms, the title is more prominent than the sub title. This can be confirmed visually in the screenshots in the API guide. These screenshots should be updated as part of the PR addressing this issue. The "screenshots" example app can be used to generate the required screenshot images.

(Note: Edited by project maintainers to reflect consistent style between platforms)

贡献者指南