mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Remove some unused codes
This commit is contained in:
parent
323526bb2a
commit
061561f873
1 changed files with 1 additions and 11 deletions
|
@ -389,8 +389,6 @@
|
|||
contract7Present:CornerRadius="{TemplateBinding CornerRadius}">
|
||||
<Border.Resources>
|
||||
<ResourceDictionary>
|
||||
|
||||
|
||||
<Style x:Key="WeekDayNameStyle"
|
||||
BasedOn="{StaticResource CaptionTextBlockStyle}"
|
||||
TargetType="TextBlock">
|
||||
|
@ -809,16 +807,8 @@
|
|||
<RowDefinition Height="48"/>
|
||||
<RowDefinition Height="*"/>
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<Grid>
|
||||
<Grid.Resources>
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.ThemeDictionaries>
|
||||
<ResourceDictionary x:Key="Default"/>
|
||||
<ResourceDictionary x:Key="Light"/>
|
||||
<ResourceDictionary x:Key="HighContrast"/>
|
||||
</ResourceDictionary.ThemeDictionaries>
|
||||
</ResourceDictionary>
|
||||
</Grid.Resources>
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="5*"/>
|
||||
<ColumnDefinition Width="*" MinWidth="48"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue