Преглед изворни кода

mxg:修改loading字体大小

mengxiangge пре 6 година
родитељ
комит
01d2c9bcbc
1 измењених фајлова са 1 додато и 1 уклоњено
  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"