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> <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>

View file

@ -86,7 +86,7 @@
<StackPanel Orientation="Vertical" Spacing="{StaticResource SettingsCardSpacing}"> <StackPanel Orientation="Vertical" Spacing="{StaticResource SettingsCardSpacing}">
<StackPanel.ChildrenTransitions> <StackPanel.ChildrenTransitions>
<EntranceThemeTransition FromVerticalOffset="50" IsStaggeringEnabled="True" /> <EntranceThemeTransition FromVerticalOffset="50" IsStaggeringEnabled="True"/>
</StackPanel.ChildrenTransitions> </StackPanel.ChildrenTransitions>
<TextBlock x:Uid="SettingsAppearance" <TextBlock x:Uid="SettingsAppearance"
Style="{StaticResource SettingsCategoryTitleTextBlockStyle}" Style="{StaticResource SettingsCategoryTitleTextBlockStyle}"
@ -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">