1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-04-30 15:07:22 +08:00
This commit is contained in:
朱子楚\zhuzi 2024-04-04 22:47:07 +08:00
parent bd8c80feb8
commit 6ebd659e13
2 changed files with 0 additions and 2 deletions
src
Qt5/imports/FluentUI/Controls
Qt6/imports/FluentUI/Controls

@ -21,7 +21,6 @@ FluControlBackground{
gradient: Gradient {
GradientStop { position: 0.0; color: d.startColor }
GradientStop { position: 1 - d.offsetSize/control.height; color: d.startColor }
GradientStop { position: 1 - 1/control.height; color: d.endColor }
GradientStop { position: 1.0; color: d.endColor }
}
bottomMargin: inputItem && inputItem.activeFocus ? 2 : 1

@ -21,7 +21,6 @@ FluControlBackground{
gradient: Gradient {
GradientStop { position: 0.0; color: d.startColor }
GradientStop { position: 1 - d.offsetSize/control.height; color: d.startColor }
GradientStop { position: 1 - 1/control.height; color: d.endColor }
GradientStop { position: 1.0; color: d.endColor }
}
bottomMargin: inputItem && inputItem.activeFocus ? 2 : 1