Fix background opacity
This commit is contained in:
parent
8fb4812a37
commit
7d2274cca8
1 changed files with 1 additions and 8 deletions
|
@ -35,18 +35,11 @@ FishUI.Window {
|
||||||
title: qsTr("File Manager")
|
title: qsTr("File Manager")
|
||||||
|
|
||||||
header.height: 36 + FishUI.Units.largeSpacing
|
header.height: 36 + FishUI.Units.largeSpacing
|
||||||
background.opacity: root.compositing ? 0.9 : 1.0
|
background.opacity: 1.0
|
||||||
|
|
||||||
LayoutMirroring.enabled: Qt.application.layoutDirection === Qt.RightToLeft
|
LayoutMirroring.enabled: Qt.application.layoutDirection === Qt.RightToLeft
|
||||||
LayoutMirroring.childrenInherit: true
|
LayoutMirroring.childrenInherit: true
|
||||||
|
|
||||||
FishUI.WindowBlur {
|
|
||||||
view: root
|
|
||||||
geometry: Qt.rect(root.x, root.y, root.width, root.height)
|
|
||||||
windowRadius: root.background.radius
|
|
||||||
enabled: true
|
|
||||||
}
|
|
||||||
|
|
||||||
property QtObject settings: GlobalSettings { }
|
property QtObject settings: GlobalSettings { }
|
||||||
|
|
||||||
onClosing: {
|
onClosing: {
|
||||||
|
|
Loading…
Reference in a new issue