Browse Source

UI-调整底部工具栏上下页按钮图标

ZhouJieSheng 1 year ago
parent
commit
6637779323
1 changed files with 13 additions and 13 deletions
  1. 13 13
      PDF Office/Views/BottomToolContent.xaml

+ 13 - 13
PDF Office/Views/BottomToolContent.xaml

@@ -98,7 +98,7 @@
                     Height="24"
                     HorizontalAlignment="Center"
                     VerticalAlignment="Center"
-                    Data="M5.25 6V18H6.75V6H5.25ZM12.8803 8.93035L10.5607 11.25H18.95V12.75H10.5607L12.8803 15.0696L11.8196 16.1303L8.21967 12.5303C7.92678 12.2374 7.92678 11.7626 8.21967 11.4697L11.8196 7.86969L12.8803 8.93035Z"
+                    Data="M16.4056 7.40441L11.8105 11.9995L16.4056 16.5945L15.3449 17.6552L10.2196 12.5298C9.92666 12.2369 9.92666 11.762 10.2196 11.4691L15.3449 6.34375L16.4056 7.40441ZM7.25 6.5V17.5H8.75V6.5H7.25Z"
                     Fill="{StaticResource color.icon.base.neutral.norm.lv1}" />
             </Button>
             <Button
@@ -112,7 +112,7 @@
                     Height="24"
                     HorizontalAlignment="Center"
                     VerticalAlignment="Center"
-                    Data="M7.61046 11.2499L9.93011 8.93029L8.86945 7.86963L5.26947 11.4696C4.97658 11.7625 4.97658 12.2374 5.26947 12.5303L8.86945 16.1302L9.93011 15.0696L7.61047 12.7499H18.9998V11.2499H7.61046Z"
+                    Data="M10.0607 12.1L14.6303 7.53039L13.5696 6.46973L8.46967 11.5697C8.17678 11.8626 8.17678 12.3374 8.46967 12.6303L13.5696 17.7303L14.6303 16.6696L10.0607 12.1Z"
                     Fill="{StaticResource color.icon.base.neutral.norm.lv1}" />
             </Button>
             <cus:TextBoxEx
@@ -151,7 +151,7 @@
                     Height="24"
                     HorizontalAlignment="Center"
                     VerticalAlignment="Center"
-                    Data="M16.3893 11.2499L5 11.2499V12.7499L16.3893 12.7499L14.0697 15.0696L15.1303 16.1302L18.7303 12.5303C19.0232 12.2374 19.0232 11.7625 18.7303 11.4696L15.1303 7.86963L14.0697 8.93029L16.3893 11.2499Z"
+                    Data="M13.9393 12.1L9.36972 7.53039L10.4304 6.46973L15.5303 11.5697C15.8232 11.8626 15.8232 12.3374 15.5303 12.6303L10.4304 17.7303L9.36972 16.6696L13.9393 12.1Z"
                     Fill="{StaticResource color.icon.base.neutral.norm.lv1}" />
             </Button>
             <Button
@@ -165,7 +165,7 @@
                     Height="24"
                     HorizontalAlignment="Center"
                     VerticalAlignment="Center"
-                    Data="M17.25 6V18H18.75V6H17.25ZM11.0697 15.0697L13.3893 12.75L5 12.75V11.25L13.3893 11.25L11.0697 8.93038L12.1303 7.86972L15.7303 11.4697C16.0232 11.7626 16.0232 12.2375 15.7303 12.5304L12.1303 16.1303L11.0697 15.0697Z"
+                    Data="M7.24968 7.40441L11.8447 11.9995L7.24968 16.5945L8.31034 17.6552L13.4357 12.5298C13.7286 12.2369 13.7286 11.762 13.4357 11.4691L8.31034 6.34375L7.24968 7.40441ZM16.4053 6.5V17.5H14.9053V6.5H16.4053Z"
                     Fill="{StaticResource color.icon.base.neutral.norm.lv1}" />
             </Button>
 
@@ -211,8 +211,8 @@
                 Style="{StaticResource SubToolbarTgb}">
                 <ToggleButton.ToolTip>
                     <StackPanel>
-                        <TextBlock Text="{Binding T_ContinuousText}" FontWeight="Bold"/>
-                        <TextBlock  Text="{Binding T_ContinuousTip}"/>
+                        <TextBlock FontWeight="Bold" Text="{Binding T_ContinuousText}" />
+                        <TextBlock Text="{Binding T_ContinuousTip}" />
                     </StackPanel>
                 </ToggleButton.ToolTip>
                 <Grid>
@@ -239,8 +239,8 @@
                 Style="{StaticResource StateBarRbt}">
                 <RadioButton.ToolTip>
                     <StackPanel>
-                        <TextBlock Text="{Binding T_SinglePageText}" FontWeight="Bold"/>
-                        <TextBlock  Text="{Binding T_SinglePageTip}"/>
+                        <TextBlock FontWeight="Bold" Text="{Binding T_SinglePageText}" />
+                        <TextBlock Text="{Binding T_SinglePageTip}" />
                     </StackPanel>
                 </RadioButton.ToolTip>
                 <Path
@@ -263,8 +263,8 @@
                 Style="{StaticResource StateBarRbt}">
                 <RadioButton.ToolTip>
                     <StackPanel>
-                        <TextBlock Text="{Binding T_FacingText}" FontWeight="Bold"/>
-                        <TextBlock  Text="{Binding T_FacingTip}"/>
+                        <TextBlock FontWeight="Bold" Text="{Binding T_FacingText}" />
+                        <TextBlock Text="{Binding T_FacingTip}" />
                     </StackPanel>
                 </RadioButton.ToolTip>
                 <Path
@@ -284,8 +284,8 @@
                 Style="{StaticResource StateBarRbt}">
                 <RadioButton.ToolTip>
                     <StackPanel>
-                        <TextBlock Text="{Binding T_BookModeText}" FontWeight="Bold"/>
-                        <TextBlock  Text="{Binding T_BookModeTip}"/>
+                        <TextBlock FontWeight="Bold" Text="{Binding T_BookModeText}" />
+                        <TextBlock Text="{Binding T_BookModeTip}" />
                     </StackPanel>
                 </RadioButton.ToolTip>
                 <Path
@@ -312,7 +312,7 @@
                 Style="{StaticResource SubToolbarTgb}">
                 <ToggleButton.ToolTip>
                     <StackPanel>
-                        <TextBlock Text="{Binding T_ShowViewModularText}" FontWeight="Bold"/>
+                        <TextBlock FontWeight="Bold" Text="{Binding T_ShowViewModularText}" />
                         <!--<TextBlock  Text="{Binding T_ShowViewModularTip}"/>-->
                     </StackPanel>
                 </ToggleButton.ToolTip>