diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-29 11:49:53 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-29 11:49:53 +0300 |
| commit | c7c4975fd0010fc666c467105a39b1cd93cb818d (patch) | |
| tree | d1c2a9e2cc67826c029570a4fd746abe3ce0b88c /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Updater | |
| parent | 33a2d098936cad4e7a8ca0c16187023a78fc4e43 (diff) | |
| download | Tango-c7c4975fd0010fc666c467105a39b1cd93cb818d.tar.gz Tango-c7c4975fd0010fc666c467105a39b1cd93cb818d.zip | |
Added restore to previous version support.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Updater')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Updater/MainWindow.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Updater/MainWindow.xaml b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Updater/MainWindow.xaml index e254d289b..f78749fe2 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Updater/MainWindow.xaml +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Updater/MainWindow.xaml @@ -28,7 +28,7 @@ <Grid Grid.Row="1"> <StackPanel HorizontalAlignment="Center" VerticalAlignment="Center"> <Image Source="/Images/update.png" Width="100" /> - <TextBlock x:Name="txtStatus" Margin="0 20 0 0" FontSize="16" Text="Updating Machine Studio..." HorizontalAlignment="Center"></TextBlock> + <TextBlock x:Name="txtStatus" Margin="0 20 0 0" FontSize="14" Text="Updating Machine Studio..." HorizontalAlignment="Center"></TextBlock> <ProgressBar x:Name="prog" Margin="0 30 0 0" Width="500" Height="10" Maximum="100" Value="0" Foreground="#0288D1"></ProgressBar> </StackPanel> </Grid> |
