diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-21 12:06:38 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-21 12:06:38 +0200 |
| commit | 5f321b419501b2c836e8b03400fff2934be5f135 (patch) | |
| tree | 182c28d34ad722516fb737974ac7f82489fe4649 /Software/Visual_Studio/PPC/Tango.PPC.UI | |
| parent | fc6bdc8ec79ccb6b45b80a8608a6f3d360244fa4 (diff) | |
| download | Tango-5f321b419501b2c836e8b03400fff2934be5f135.tar.gz Tango-5f321b419501b2c836e8b03400fff2934be5f135.zip | |
Removed drop shadow from lists on PPC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml index 890877bf9..4c3d38811 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml @@ -42,7 +42,7 @@ <touch:TouchPanel.TaskBarElement> <Border DockPanel.Dock="Top" Background="Black" Padding="5"> <DockPanel> - <TextBlock VerticalAlignment="Center" DockPanel.Dock="Right" Text="{Binding CurrentDateTime}" FontSize="16" Foreground="{StaticResource TangoPrimaryBackgroundBrush}"></TextBlock> + <TextBlock VerticalAlignment="Center" DockPanel.Dock="Right" Text="{Binding CurrentDateTime,StringFormat='g'}" FontSize="16" Foreground="{StaticResource TangoPrimaryBackgroundBrush}"></TextBlock> <touch:TouchIcon Width="20" Height="20" VerticalAlignment="Center"> <touch:TouchIcon.Style> <Style TargetType="touch:TouchIcon" BasedOn="{StaticResource {x:Type touch:TouchIcon}}"> |
