From 7d2274cca89811894a230b099bcbd51b2d15d31e Mon Sep 17 00:00:00 2001 From: reionwong Date: Fri, 15 Oct 2021 00:15:18 +0800 Subject: [PATCH] Fix background opacity --- qml/main.qml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/qml/main.qml b/qml/main.qml index af3634a..4692f73 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -35,18 +35,11 @@ FishUI.Window { title: qsTr("File Manager") 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.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 { } onClosing: {