diff --git a/qml/Desktop/main.qml b/qml/Desktop/main.qml index 4461b8f..5fed855 100644 --- a/qml/Desktop/main.qml +++ b/qml/Desktop/main.qml @@ -119,16 +119,16 @@ Item { bottomMargin: desktopView.screenRect.height - (desktopView.screenAvailableRect.y + desktopView.screenAvailableRect.height) Behavior on anchors.topMargin { - NumberAnimation { duration: 200; easing.type: Easing.Linear } + NumberAnimation { duration: 125; easing.type: Easing.Linear } } Behavior on leftMargin { - NumberAnimation { duration: 200; easing.type: Easing.Linear } + NumberAnimation { duration: 125; easing.type: Easing.Linear } } Behavior on rightMargin { - NumberAnimation { duration: 200; easing.type: Easing.Linear } + NumberAnimation { duration: 125; easing.type: Easing.Linear } } Behavior on bottomMargin { - NumberAnimation { duration: 200; easing.type: Easing.Linear } + NumberAnimation { duration: 125; easing.type: Easing.Linear } } flow: GridView.FlowTopToBottom diff --git a/qml/main.qml b/qml/main.qml index 41d4095..dc7d8a2 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -35,7 +35,7 @@ FishUI.Window { title: qsTr("File Manager") headerBarHeight: 35 + FishUI.Units.smallSpacing * 3 - backgroundColor: FishUI.Theme.darkMode ? "#262626" : "#F2F2F7" + backgroundColor: FishUI.Theme.darkMode ? "#262626" : "#F3F4F9" property QtObject settings: GlobalSettings { }