Skip to content

Commit

Permalink
Revert PR#1964 (#2032)
Browse files Browse the repository at this point in the history
* Revert PR#1964

* Replace keyboard input of decimal with mouse input in UI test

* Update UI test
  • Loading branch information
hanzhang54 authored Aug 1, 2023
1 parent 039bb5d commit fbc6598
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 128 deletions.
3 changes: 1 addition & 2 deletions nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="Toolkit Labs" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>
</configuration>
3 changes: 0 additions & 3 deletions src/Calculator/Calculator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -793,9 +793,6 @@
</Page>
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Labs.Uwp.SettingsControls">
<Version>0.0.16</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.14</Version>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions src/Calculator/Resources/en-US/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -4714,11 +4714,11 @@
<value>Appearance</value>
<comment>Subtitle of appearance setting on Settings page</comment>
</data>
<data name="AppThemeExpander.Header" xml:space="preserve">
<data name="SettingsAppThemeTitle.Text" xml:space="preserve">
<value>App theme</value>
<comment>Title of App theme expander</comment>
</data>
<data name="AppThemeExpander.Description" xml:space="preserve">
<data name="SettingsAppThemeDescription.Text" xml:space="preserve">
<value>Select which app theme to display</value>
<comment>Description of App theme expander</comment>
</data>
Expand Down
Loading

0 comments on commit fbc6598

Please sign in to comment.