fix(ui): remove transparent separator lines between filter buttons in…#475
Merged
deepin-bot[bot] merged 1 commit intoMay 26, 2026
Merged
Conversation
There was a problem hiding this comment.
Sorry @Resurgamz, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
… photo setting area - Change scrollLayout spacing from 2px to 0px to eliminate visible gaps between filter preview buttons - The 2px spacing combined with WA_TranslucentBackground caused the underlying viewport background to show through, creating transparent separator lines between each filter option 修复(ui): 去掉拍照设置区域滤镜按钮之间的透明分割线 - 将 scrollLayout 间距从 2px 改为 0px,消除滤镜预览按钮之间的可见间隙 - 2px 间距与 WA_TranslucentBackground 配合导致下层 viewport 背景透出,在每个滤镜选项之间形成透明分割线 Log: 去掉滤镜选择面板中各滤镜之间的透明分割线,将 QVBoxLayout 间距从 2px 改为 0px Bug: https://pms.uniontech.com/bug-view-160651.html
deepin pr auto review你好!我是CodeGeeX,你的智能编程助手。我已经仔细审查了你提供的 Git Diff 输入。本次代码变更主要涉及 UI 布局的微调,将边距和间距进行了修改。 以下是我对本次代码变更的详细审查意见: 1. 语法逻辑
2. 代码质量
3. 代码性能
4. 代码安全
5. 其他建议(代码风格)
总结本次代码变更主要是 UI 微调,语法和功能实现上没有问题。核心建议是:将宏定义升级为 |
max-lvs
approved these changes
May 26, 2026
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: max-lvs, Resurgamz 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 |
Author
|
/merge |
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.
… photo setting area
修复(ui): 去掉拍照设置区域滤镜按钮之间的透明分割线
Log: 去掉滤镜选择面板中各滤镜之间的透明分割线,将 QVBoxLayout 间距从 2px 改为 0px
Bug: https://pms.uniontech.com/bug-view-160651.html