Browse Source

其他-ui优化

liyijie 1 year ago
parent
commit
8cecc61969
1 changed files with 4 additions and 4 deletions
  1. 4 4
      PDF Office/Views/MainWindow.xaml

+ 4 - 4
PDF Office/Views/MainWindow.xaml

@@ -370,14 +370,14 @@
 
                 </Grid>
             </Button>
-            <Separator BorderBrush="#94989C" BorderThickness="1">
+            <Separator Background="{StaticResource color.sys.layout.divider}" Width="16" Height="1">
                 <Separator.LayoutTransform>
                     <RotateTransform Angle="90" />
                 </Separator.LayoutTransform>
             </Separator>
             <Button
                 Name="BtnMiniSize"
-                Width="40"
+                Width="46"
                 Height="40"
                 Background="Transparent"
                 BorderThickness="0"
@@ -393,7 +393,7 @@
             </Button>
             <Button
                 Name="BtnReStore"
-                Width="40"
+                Width="46"
                 Height="40"
                 Background="Transparent"
                 BorderThickness="0"
@@ -413,7 +413,7 @@
             </Button>
             <Button
                 Name="BtnClose"
-                Width="40"
+                Width="46"
                 Height="40"
                 Background="Transparent"
                 BorderThickness="0"