From 3f62d18e4361cd1d7a49c126765d95b2ad9c8246 Mon Sep 17 00:00:00 2001
From: chr <chr@mailcom>
Date: 星期二, 04 三月 2025 08:42:07 +0800
Subject: [PATCH] 优化插件;

---
 PdmSwPlugin.PDM/PdmControl.xaml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/PdmSwPlugin.PDM/PdmControl.xaml b/PdmSwPlugin.PDM/PdmControl.xaml
index 5e8492e..87e6c84 100644
--- a/PdmSwPlugin.PDM/PdmControl.xaml
+++ b/PdmSwPlugin.PDM/PdmControl.xaml
@@ -314,7 +314,7 @@
                 <RowDefinition Height="*" />
                 <RowDefinition Height="20"/>
             </Grid.RowDefinitions>
-            <ToolBarTray Grid.Row="0" Background="#FFF" ToolBarTray.IsLocked="True" >
+            <ToolBarTray Grid.Row="0" Background="Transparent" ToolBarTray.IsLocked="True">
                 <ToolBar Style="{StaticResource CommonToolBar}" ToolBar.OverflowMode="Never" Band="1" BandIndex="1" Height="30" Background="#FFF">
                     <Button ToolTip="鍒锋柊" Content="&#xe631;鍒锋柊" FontFamily="{StaticResource iconfont}" FontSize="16"
         Click="Refresh_Click"/>

--
Gitblit v1.9.1