fix: fix content truncation with scrollable view#623
Conversation
There was a problem hiding this comment.
Sorry @MyLeeJiEun, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
|
Hi @MyLeeJiEun. Thanks for your PR. I'm waiting for a linuxdeepin member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
1. Wrap right content area in a Flickable with vertical ScrollBar to handle overflow when content exceeds dialog height 2. Fix content height calculation to use explicit height instead of implicitHeight for proper layout 3. Hide title bar label when title is empty using a Loader 4. Adjust padding to remove top and right padding for better alignment 5. Add bottom margin to acknowledgements section to prevent content cutoff at the bottom Log: Fix about dialog content overflow by adding scrollable area and correct title bar layout fix: 添加滚动支持并修复标题栏布局 1. 将右侧内容区域包裹在带垂直滚动条的 Flickable 中,解决内容超出 对话框高度时的显示问题 2. 修复内容高度计算,使用显式高度替代 implicitHeight 以确保正确布局 3. 使用 Loader 在标题为空时隐藏标题栏文本 4. 调整内边距,移除顶部和右侧内边距以改善对齐效果 5. 为致谢部分添加底部边距,防止内容在底部被截断 Log: 修复关于对话框内容溢出问题,添加可滚动区域并修正标题栏布局 PMS: BUG-361037
01fee0c to
0a8a73c
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mhduiy, MyLeeJiEun 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 |
|
/merge |
Log: Make AboutDialog content scrollable to prevent truncation
fix: 修复关于对话框内容截断问题
Log: 使关于对话框内容可滚动,防止内容被截断
PMS: BUG-361037