1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-04-04 05:35:04 +08:00
This commit is contained in:
朱子楚\zhuzi 2024-04-04 17:08:45 +08:00
parent cf163f5e3b
commit 6b617d10d5
2 changed files with 0 additions and 2 deletions
src
Qt5/imports/FluentUI/Controls
Qt6/imports/FluentUI/Controls

@ -27,7 +27,6 @@ Item{
gradient: Gradient {
GradientStop { position: 0.0; color: d.startColor }
GradientStop { position: 1 - 3/control.height; color: d.startColor }
GradientStop { position: 1 - 2/control.height; color: d.startColor }
GradientStop { position: 1.0; color: d.endColor}
}
}

@ -27,7 +27,6 @@ Item{
gradient: Gradient {
GradientStop { position: 0.0; color: d.startColor }
GradientStop { position: 1 - 3/control.height; color: d.startColor }
GradientStop { position: 1 - 2/control.height; color: d.startColor }
GradientStop { position: 1.0; color: d.endColor}
}
}