mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-24 15:05:19 -07:00
Tweaks
This commit is contained in:
parent
50cd70a2f4
commit
bd3379cf53
2 changed files with 7 additions and 4 deletions
|
@ -2,6 +2,7 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<clear />
|
<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" />
|
<add key="Toolkit Labs" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json" />
|
||||||
</packageSources>
|
</packageSources>
|
||||||
<disabledPackageSources>
|
<disabledPackageSources>
|
||||||
|
|
|
@ -99,7 +99,9 @@
|
||||||
</labs:SettingsExpander.HeaderIcon>
|
</labs:SettingsExpander.HeaderIcon>
|
||||||
<labs:SettingsExpander.Items>
|
<labs:SettingsExpander.Items>
|
||||||
<labs:SettingsCard ContentAlignment="Left">
|
<labs:SettingsCard ContentAlignment="Left">
|
||||||
<muxc:RadioButtons x:Name="ThemeRadioButtons" SelectionChanged="OnThemeSelectionChanged">
|
<muxc:RadioButtons x:Name="ThemeRadioButtons"
|
||||||
|
Margin="0,-8,0,0"
|
||||||
|
SelectionChanged="OnThemeSelectionChanged">
|
||||||
<RadioButton x:Name="LightThemeRadioButton"
|
<RadioButton x:Name="LightThemeRadioButton"
|
||||||
x:Uid="LightThemeRadioButton"
|
x:Uid="LightThemeRadioButton"
|
||||||
Tag="Light"/>
|
Tag="Light"/>
|
||||||
|
@ -128,7 +130,7 @@
|
||||||
IsTextSelectionEnabled="True"/>
|
IsTextSelectionEnabled="True"/>
|
||||||
<labs:SettingsExpander.Items>
|
<labs:SettingsExpander.Items>
|
||||||
<labs:SettingsCard ContentAlignment="Left">
|
<labs:SettingsCard ContentAlignment="Left">
|
||||||
<StackPanel Margin="0,6"
|
<StackPanel Margin="0,4,0,6"
|
||||||
Orientation="Vertical"
|
Orientation="Vertical"
|
||||||
Spacing="12">
|
Spacing="12">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue