fix: lower default font size for tray action#1410
Merged
BLumia merged 1 commit intolinuxdeepin:masterfrom Jan 27, 2026
Merged
Conversation
默认托盘区域的 tooltip 文字大小比托盘插件里的文字大小要大,因为字号 是t6,根据设计建议应当调整到t8. 另注: 应用区域的 tooltip (也包括启动器,全局搜索图标) 使用的是相同 控件,都会使用同一字号,已确认此行为无误. PMS: BUG-326409 Log:
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdjusts the default tooltip font size in the panel/tray to use the smaller t8 font style instead of t6, aligning tray tooltip text with tray plugin text per design guidance. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
deepin pr auto review这段代码修改了QML文件中 1. 代码逻辑审查
2. 代码质量与规范
3. 代码性能
4. 代码安全
5. 综合改进建议
总结这段代码修改在语法上是正确的,逻辑上符合工具提示使用较小字号的惯例。建议在合并前确认 |
yixinshark
approved these changes
Jan 27, 2026
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: BLumia, yixinshark The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
默认托盘区域的 tooltip 文字大小比托盘插件里的文字大小要大,因为字号是t6,根据设计建议应当调整到t8.
另注: 应用区域的 tooltip (也包括启动器,全局搜索图标) 使用的是相同控件,都会使用同一字号,已确认此行为无误.
Summary by Sourcery
Bug Fixes: