fix(hotspot): reduce my hotspot title font weight to match shared settings#584
fix(hotspot): reduce my hotspot title font weight to match shared settings#584iCancely wants to merge 1 commit into
Conversation
…tings 1. Change the My Hotspot title label font weight from 700 to 500 2. Align the title weight with the default DccTitleObject used by Shared Settings below Log: Reduce My Hotspot title font weight to match Shared Settings title Influence: Hotspot page title no longer appears overly bold fix(hotspot): 减小我的热点标题字重以与共享设置一致 1. 将"我的热点"标题标签字重从 700 改为 500 2. 使标题字重与下方"共享设置"使用的默认 DccTitleObject 保持一致 Log: 减小我的热点标题字重以与共享设置标题一致 PMS: BUG-371463 Influence: 热点页面标题不再过粗
deepin pr auto review★ 总体评分:95分■ 【总体评价】
■ 【详细分析】
■ 【改进建议代码示例】 // 建议如果项目中有统一管理字体的机制,可直接引用预设字体,避免硬编码
page: RowLayout {
Label {
// 假设 fontManager 中有符合规范的 medium t5 字体
font: D.DTK.fontManager.t5_medium
text: dccObj.displayName
Layout.alignment: Qt.AlignLeft |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: BLumia, iCancely 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 |
问题
网络模块-个人热点页面,"我的热点"大标题字体过粗。
修改
将
dcc-network/qml/PageHotspot.qml中"我的热点"标题 Label 的字体 weight 从700改为500,与下方"共享设置"使用的默认DccTitleObject粗细保持一致。PMS: BUG-371463