mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 13:53:11 -07:00
Using Uwp package and loc fix
This commit is contained in:
parent
21c7f200d6
commit
2899a2792e
2 changed files with 5 additions and 5 deletions
|
@ -793,7 +793,7 @@
|
||||||
</Page>
|
</Page>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls">
|
<PackageReference Include="CommunityToolkit.Uwp.Controls.SettingsControls">
|
||||||
<Version>8.0.230823-rc</Version>
|
<Version>8.0.230823-rc</Version>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
|
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
<Style x:Key="SettingsCategoryTitleTextBlockStyle"
|
<Style x:Key="SettingsCategoryTitleTextBlockStyle"
|
||||||
BasedOn="{StaticResource BodyStrongTextBlockStyle}"
|
BasedOn="{StaticResource BodyStrongTextBlockStyle}"
|
||||||
TargetType="TextBlock">
|
TargetType="TextBlock">
|
||||||
<Setter Property="Margin" Value="0,29,0,5"/>
|
<Setter Property="Margin" Value="0,30,0,4"/>
|
||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
<automation:NarratorNotifier x:Name="NarratorNotifier"/>
|
<automation:NarratorNotifier x:Name="NarratorNotifier"/>
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
<StaticResource x:Key="HyperlinkButtonBackgroundPointerOver" ResourceKey="SubtleFillColorTransparentBrush"/>
|
<StaticResource x:Key="HyperlinkButtonBackgroundPointerOver" ResourceKey="SubtleFillColorTransparentBrush"/>
|
||||||
<StaticResource x:Key="HyperlinkButtonBackgroundPressed" ResourceKey="SubtleFillColorTransparentBrush"/>
|
<StaticResource x:Key="HyperlinkButtonBackgroundPressed" ResourceKey="SubtleFillColorTransparentBrush"/>
|
||||||
|
|
||||||
<x:Double x:Key="SettingsCardSpacing">3</x:Double>
|
<x:Double x:Key="SettingsCardSpacing">4</x:Double>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
</UserControl.Resources>
|
</UserControl.Resources>
|
||||||
|
|
||||||
|
@ -90,8 +90,8 @@
|
||||||
AutomationProperties.HeadingLevel="Level1"
|
AutomationProperties.HeadingLevel="Level1"
|
||||||
Text="{utils:ResourceString Name=SettingsAppearance/Text}"/>
|
Text="{utils:ResourceString Name=SettingsAppearance/Text}"/>
|
||||||
<toolkit:SettingsExpander x:Name="AppThemeExpander"
|
<toolkit:SettingsExpander x:Name="AppThemeExpander"
|
||||||
Description="Select which app theme to display"
|
Description="{utils:ResourceString Name=AppThemeExpander/Description}"
|
||||||
Header="App theme">
|
Header="{utils:ResourceString Name=AppThemeExpander/Header}">
|
||||||
<toolkit:SettingsExpander.HeaderIcon>
|
<toolkit:SettingsExpander.HeaderIcon>
|
||||||
<FontIcon Glyph=""/>
|
<FontIcon Glyph=""/>
|
||||||
</toolkit:SettingsExpander.HeaderIcon>
|
</toolkit:SettingsExpander.HeaderIcon>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue