mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-14 10:36:50 -07:00
[Settings] Using SettingsControls (#1964)
* Adding SettingsControls package * Using new SettingsControls * Tweaks * Version bump * Replacing Button with HyperlinkButton per design spec * Update Settings.xaml * Fix top spacing
This commit is contained in:
parent
17bde05575
commit
47f314bb10
5 changed files with 123 additions and 184 deletions
|
@ -1,8 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue