diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-14 01:49:42 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-14 01:49:42 +0200 |
| commit | 679c6ceb5ad91431df0180ce46c2b407cfe49def (patch) | |
| tree | 86506dcfd13078ebd74a58600cec7713fa6e36f0 /Software/Visual_Studio/Tango.Touch/Controls | |
| parent | 64aca5fe579bf2b12d33f2a8a9010c257c358aec (diff) | |
| download | Tango-679c6ceb5ad91431df0180ce46c2b407cfe49def.tar.gz Tango-679c6ceb5ad91431df0180ce46c2b407cfe49def.zip | |
Thread Break/Loading improvements.
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch/Controls')
| -rw-r--r-- | Software/Visual_Studio/Tango.Touch/Controls/TouchPanel.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Controls/TouchPanel.xaml b/Software/Visual_Studio/Tango.Touch/Controls/TouchPanel.xaml index 97d91477d..d54b155d2 100644 --- a/Software/Visual_Studio/Tango.Touch/Controls/TouchPanel.xaml +++ b/Software/Visual_Studio/Tango.Touch/Controls/TouchPanel.xaml @@ -242,7 +242,7 @@ <local:TouchButton x:Name="btnOK" FontWeight="Normal" Width="220" CornerRadius="25" FontSize="{StaticResource TangoMessageBoxButtonFontSize}" Margin="30 0 0 0" Style="{StaticResource TangoHollowButton}" Command="{Binding OKCommand}">OK</local:TouchButton> </StackPanel> - <TextBlock FontSize="{StaticResource TangoMessageBoxMessageFontSize}" Text="{Binding Message}" VerticalAlignment="Center" HorizontalAlignment="Center" TextWrapping="Wrap"></TextBlock> + <TextBlock FontSize="{StaticResource TangoMessageBoxMessageFontSize}" Text="{Binding Message}" VerticalAlignment="Center" HorizontalAlignment="Center" TextWrapping="Wrap" Margin="5 0"></TextBlock> </DockPanel> </Grid> |
