From 1bd7109603daed3002fc469b88f9ea95bc493810 Mon Sep 17 00:00:00 2001 From: xionglinlin Date: Thu, 29 Aug 2024 13:24:48 +0800 Subject: [PATCH] fix: Update ui opacity after opening app group update the searchEdit and exitFullscreenBtn opacity after opening the app group Issue: https://github.com/linuxdeepin/developer-center/issues/10255 --- qml/FullscreenFrame.qml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/qml/FullscreenFrame.qml b/qml/FullscreenFrame.qml index 86736aff..d940f14f 100644 --- a/qml/FullscreenFrame.qml +++ b/qml/FullscreenFrame.qml @@ -136,17 +136,14 @@ InputEventItem { contentItem: Rectangle { id: fullscreenHeader implicitHeight: exitFullscreenBtn.height + opacity: folderGridViewPopup.visible ? 0.4 : 1 color: "transparent" ToolButton { id: exitFullscreenBtn - Accessible.name: "Exit fullscreen" - anchors.right: fullscreenHeader.right - ColorSelector.family: Palette.CrystalColor - icon.name: "launcher_exit_fullscreen" onClicked: { searchEdit.text = "" @@ -157,7 +154,6 @@ InputEventItem { PageIndicator { id: indicator - opacity: folderGridViewPopup.visible ? 0.4 : 1 anchors.horizontalCenter: parent.horizontalCenter anchors.verticalCenter: parent.verticalCenter visible: listviewPage.visible @@ -554,6 +550,7 @@ InputEventItem { Layout.alignment: Qt.AlignHCenter implicitWidth: (parent.width / 2) > 280 ? 280 : (parent.width / 2) + opacity: folderGridViewPopup.visible ? 0.4 : 1 property Palette iconPalette: Palette { normal {