Browse Source

mxg:修改loading字体大小

mengxiangge 6 years ago
parent
commit
01d2c9bcbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MBI/SAGA.MBI/WinView/Upload/WinLoading.xaml

+ 1 - 1
MBI/SAGA.MBI/WinView/Upload/WinLoading.xaml

@@ -14,7 +14,7 @@
             <RowDefinition Height="*"></RowDefinition>
             <RowDefinition Height="*"></RowDefinition>
         </Grid.RowDefinitions>
-        <Label Grid.Row="0" Content="{Binding Path=OperationStr}" FontSize="16" 
+        <Label Grid.Row="0" Content="{Binding Path=OperationStr}" FontSize="18" 
                HorizontalAlignment="Center"
                VerticalAlignment="Center"
                HorizontalContentAlignment="Center"