diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Resources/Styles.xaml')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Resources/Styles.xaml | 8 |
1 files changed, 0 insertions, 8 deletions
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 f83d71e92..d2948f070 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Resources/Styles.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Resources/Styles.xaml @@ -10,14 +10,6 @@ <Setter Property="Margin" Value="5"></Setter> </Style> - <Style TargetType="{x:Type touch:TouchDataGrid}" BasedOn="{StaticResource {x:Type touch:TouchDataGrid}}"> - <Style.Resources> - <Style TargetType="DataGridColumnHeader" BasedOn="{StaticResource {x:Type DataGridColumnHeader}}"> - <Setter Property="FontSize" Value="{StaticResource TangoDataGridHeaderFontSize}"></Setter> - </Style> - </Style.Resources> - </Style> - <Style TargetType="{x:Type touch:TouchButton}" BasedOn="{StaticResource {x:Type touch:TouchButton}}"> <Setter Property="FontSize" Value="{StaticResource TangoButtonFontSize}"></Setter> </Style> |
