-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: [UI] Adapt compact mode. #302
Conversation
13283a9
to
5108b4a
Compare
/review @hundundadi |
界面适配紧凑模式切换,涉及: 标签栏 侧边弹窗 查找控件 设置界面 设置弹窗 切换紧凑模式,变更字体大小动态适应. 通过宏 DTKWIDGET_CLASS_DSizeMode 切换是否编译, 兼容低版本 DTK(<5.6.4) Log: 界面适配紧凑模式切换 Task: https://pms.uniontech.com/task-view-292067.html Influence: UI
5108b4a
to
244b810
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[是否满足兼容性要求] Y
[是否满足commit提交规范] Y
[是否满足编码规范] Y
[Review结论] Pass
[Fail原因] N/A
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/+1
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pengfeixx, rb-union, starhcq The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/merge |
Bump version to 5.9.44 PR: * linuxdeepin#284 * linuxdeepin#301 * linuxdeepin#302 * linuxdeepin#303 * linuxdeepin#304 * linuxdeepin#305 * linuxdeepin#306 Log: Bump version to 5.9.44
界面适配紧凑模式切换,涉及:
标签栏 侧边弹窗 查找控件 设置界面 设置弹窗
切换紧凑模式,变更字体大小动态适应.
通过宏 DTKWIDGET_CLASS_DSizeMode 切换是否编译,
兼容低版本 DTK(<5.6.4)
Log: 界面适配紧凑模式切换
Task: https://pms.uniontech.com/task-view-292067.html
Influence: UI