aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/Resources
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-06-19 14:45:01 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-06-19 14:45:01 +0300
commit1db87b6d19c6148351b37a32e8ff2b127768e945 (patch)
tree3cf05c7a2dff684da139603e87a86aa4743ea5c8 /Software/Visual_Studio/PPC/Tango.PPC.UI/Resources
parent6f9da1e19024c7c65d7dbd6038cd34776453f9dc (diff)
downloadTango-1db87b6d19c6148351b37a32e8ff2b127768e945.tar.gz
Tango-1db87b6d19c6148351b37a32e8ff2b127768e945.zip
Embedded Touch Panel in PPC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Resources')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/Resources/Fonts.xaml3
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/Resources/Styles.xaml13
2 files changed, 1 insertions, 15 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Resources/Fonts.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Resources/Fonts.xaml
index c510f85e5..57a7fa9f4 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Resources/Fonts.xaml
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Resources/Fonts.xaml
@@ -3,7 +3,6 @@
xmlns:sys="clr-namespace:System;assembly=mscorlib"
xmlns:local="clr-namespace:Tango.PPC.UI.Resources">
- <sys:Double x:Key="TangoMessageBoxTitleFontSize">30</sys:Double>
- <sys:Double x:Key="TangoMessageBoxMessageFontSize">20</sys:Double>
+
</ResourceDictionary> \ No newline at end of file
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Resources/Styles.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Resources/Styles.xaml
index d2948f070..62cbe86db 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Resources/Styles.xaml
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Resources/Styles.xaml
@@ -14,17 +14,4 @@
<Setter Property="FontSize" Value="{StaticResource TangoButtonFontSize}"></Setter>
</Style>
- <Style x:Key="TangoMessageBoxButton" TargetType="{x:Type touch:TouchButton}" BasedOn="{StaticResource TangoFlatButton}">
- <Setter Property="HorizontalContentAlignment" Value="Center"></Setter>
- <Setter Property="Foreground" Value="{StaticResource TangoDarkForegroundBrush}"></Setter>
- <Setter Property="FontSize" Value="{StaticResource TangoButtonFontSize}"></Setter>
- <Setter Property="BorderBrush" Value="{StaticResource TangoDividerBrush}"></Setter>
- <Setter Property="BorderThickness" Value="1 0 0 0"></Setter>
- </Style>
-
- <Style x:Key="TangoMessageBoxTitle" TargetType="TextBlock">
- <Setter Property="FontSize" Value="{StaticResource TangoMessageBoxTitleFontSize}"></Setter>
- <Setter Property="Foreground" Value="{StaticResource TangoPrimaryAccentBrush}"></Setter>
- </Style>
-
</ResourceDictionary> \ No newline at end of file