From 636665145333329e4f56608df5e383c3c28048e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E5=AD=90=E6=A5=9A?= Date: Thu, 18 May 2023 23:27:11 +0800 Subject: [PATCH] update --- src/imports/FluentUI/Controls/FluAppBar.qml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/imports/FluentUI/Controls/FluAppBar.qml b/src/imports/FluentUI/Controls/FluAppBar.qml index feae0e0..27fb70a 100644 --- a/src/imports/FluentUI/Controls/FluAppBar.qml +++ b/src/imports/FluentUI/Controls/FluAppBar.qml @@ -53,18 +53,6 @@ Rectangle{ visible: root.titleVisible color:root.textColor } - //临时解决方案,加个背景挡住系统按钮 - Rectangle{ - width: 120 - height: root.height - anchors.right: parent.right - color:{ - if(active){ - return FluTheme.dark ? Qt.rgba(26/255,34/255,40/255,1) : Qt.rgba(238/255,244/255,249/255,1) - } - return FluTheme.dark ? Qt.rgba(32/255,32/255,32/255,1) : Qt.rgba(243/255,243/255,243/255,1) - } - } RowLayout{ anchors.right: parent.right height: root.height