diff --git a/debian/changelog b/debian/changelog index c520c1d..f81e723 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -cutefish-filemanager (0.5.1-2) UNRELEASED; urgency=high +cutefish-filemanager (0.6) UNRELEASED; urgency=high * Initial release (CutefishOS) - -- CutefishOS Packaging Team Fri, 15 Oct 2021 22:53:38 +0800 \ No newline at end of file + -- CutefishOS Packaging Team Sun, 21 Nov 2021 13:52:29 +0800 \ No newline at end of file diff --git a/qml/main.qml b/qml/main.qml index 4692f73..5d32252 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -35,7 +35,6 @@ FishUI.Window { title: qsTr("File Manager") header.height: 36 + FishUI.Units.largeSpacing - background.opacity: 1.0 LayoutMirroring.enabled: Qt.application.layoutDirection === Qt.RightToLeft LayoutMirroring.childrenInherit: true