Commit 1834298
committed
fix: adjust notification UI colors and positions
1. Modified DropShadowText.qml to use theme-aware text colors with
appropriate opacity for better readability in both light and dark modes
2. Adjusted close button position in NotifyItemContent.qml by adding 2px
offset to fix visual alignment
3. Increased opacity of crystal theme background colors from 0.5 to 0.9
in both NotifyItemContent.qml and SettingActionButton.qml for better
visual contrast
Log: Improved notification UI readability and visual alignment
Influence:
1. Test notification display in both light and dark themes to ensure
text is readable
2. Verify close button positioning aligns properly with notification
items
3. Check background transparency effects in crystal theme mode
4. Test overall visual appearance of notification items and settings
buttons
5. Verify UI consistency across different theme modes
fix: 调整通知界面颜色和位置
1. 修改 DropShadowText.qml 使用主题感知的文本颜色,在亮色和暗色模式下都
提供更好的可读性
2. 调整 NotifyItemContent.qml 中关闭按钮位置,添加2像素偏移以修复视觉对
齐问题
3. 将 NotifyItemContent.qml 和 SettingActionButton.qml 中的水晶主题背景
颜色透明度从0.5增加到0.9,以获得更好的视觉对比度
Log: 改进通知界面可读性和视觉对齐
Influence:
1. 测试亮色和暗色主题下的通知显示,确保文本可读性
2. 验证关闭按钮位置是否与通知项正确对齐
3. 检查水晶主题模式下的背景透明度效果
4. 测试通知项和设置按钮的整体视觉外观
5. 验证不同主题模式下的界面一致性1 parent 9ff9858 commit 1834298
3 files changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments