Commit 3d37e45
committed
fix: remove KWin blur from DialogWindow to fix dark theme issue
1. Remove enableBlurWindow: true default from DialogWindow.qml
2. Set color to transparent directly instead of conditional on enableBlurWindow
Influence:
1. All DialogWindow instances will no longer use KWin blur
2. Dialog windows will use standard DTK palette without blur side effects
3. Applications forcing dark theme will not affect dialog appearance
fix: 从 DialogWindow 移除 KWin blur 以修复深色主题问题
1. 从 DialogWindow.qml 中移除 enableBlurWindow: true 默认值
2. 将 color 直接设为 transparent,不再依赖 enableBlurWindow 条件判断
Influence:
1. 测试所有使用 DialogWindow 的对话框在浅色/深色主题下的显示
2. 验证 dde-launchpad 卸载确认对话框在浅色系统主题下不再显示深色
3. 检查其他 DTK 应用(如关于对话框)的 blur 效果是否正常
4. 在不同屏幕分辨率和缩放比例下进行测试
PMS: BUG-3596291 parent df9e39f commit 3d37e45
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
0 commit comments