This commit is contained in:
zhuzichu 2023-08-23 17:47:27 +08:00
parent f058496eb3
commit d05c60c3d7
2 changed files with 5 additions and 1 deletions

View File

@ -357,7 +357,7 @@ FluObject{
} }
FluPaneItemSeparator{ FluPaneItemSeparator{
spacing:20 spacing:10
size:1 size:1
} }

View File

@ -803,6 +803,10 @@ Item {
} }
return "transparent" return "transparent"
} }
FluShadow{
visible: d.isMinimal || d.isCompactAndPanel
radius: 0
}
x: visible ? 0 : -width x: visible ? 0 : -width
Behavior on width { Behavior on width {
enabled: FluTheme.enableAnimation && d.animDisabled enabled: FluTheme.enableAnimation && d.animDisabled