This commit is contained in:
Niels Laute 2023-01-03 14:55:09 +01:00
commit bd3379cf53
2 changed files with 7 additions and 4 deletions

View file

@ -2,6 +2,7 @@
<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>

View file

@ -86,7 +86,7 @@
<StackPanel Orientation="Vertical" Spacing="{StaticResource SettingsCardSpacing}">
<StackPanel.ChildrenTransitions>
<EntranceThemeTransition FromVerticalOffset="50" IsStaggeringEnabled="True" />
<EntranceThemeTransition FromVerticalOffset="50" IsStaggeringEnabled="True"/>
</StackPanel.ChildrenTransitions>
<TextBlock x:Uid="SettingsAppearance"
Style="{StaticResource SettingsCategoryTitleTextBlockStyle}"
@ -99,7 +99,9 @@
</labs:SettingsExpander.HeaderIcon>
<labs:SettingsExpander.Items>
<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"
x:Uid="LightThemeRadioButton"
Tag="Light"/>
@ -128,10 +130,10 @@
IsTextSelectionEnabled="True"/>
<labs:SettingsExpander.Items>
<labs:SettingsCard ContentAlignment="Left">
<StackPanel Margin="0,6"
<StackPanel Margin="0,4,0,6"
Orientation="Vertical"
Spacing="12">
<HyperlinkButton x:Name="AboutEULA"
Padding="0"
NavigateUri="https://go.microsoft.com/fwlink/?LinkID=529064"