mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 05:43:10 -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>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls">
|
||||
<PackageReference Include="CommunityToolkit.Uwp.Controls.SettingsControls">
|
||||
<Version>8.0.230823-rc</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<Style x:Key="SettingsCategoryTitleTextBlockStyle"
|
||||
BasedOn="{StaticResource BodyStrongTextBlockStyle}"
|
||||
TargetType="TextBlock">
|
||||
<Setter Property="Margin" Value="0,29,0,5"/>
|
||||
<Setter Property="Margin" Value="0,30,0,4"/>
|
||||
</Style>
|
||||
|
||||
<automation:NarratorNotifier x:Name="NarratorNotifier"/>
|
||||
|
@ -44,7 +44,7 @@
|
|||
<StaticResource x:Key="HyperlinkButtonBackgroundPointerOver" 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>
|
||||
</UserControl.Resources>
|
||||
|
||||
|
@ -90,8 +90,8 @@
|
|||
AutomationProperties.HeadingLevel="Level1"
|
||||
Text="{utils:ResourceString Name=SettingsAppearance/Text}"/>
|
||||
<toolkit:SettingsExpander x:Name="AppThemeExpander"
|
||||
Description="Select which app theme to display"
|
||||
Header="App theme">
|
||||
Description="{utils:ResourceString Name=AppThemeExpander/Description}"
|
||||
Header="{utils:ResourceString Name=AppThemeExpander/Header}">
|
||||
<toolkit:SettingsExpander.HeaderIcon>
|
||||
<FontIcon Glyph=""/>
|
||||
</toolkit:SettingsExpander.HeaderIcon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue