|
74 | 74 | Text="About" />
|
75 | 75 |
|
76 | 76 | <controls:SettingsExpander Description="© 2023. All rights reserved."
|
77 |
| - Header="Windows Community Toolkit Gallery"> |
| 77 | + Header="Windows Community Toolkit Gallery" |
| 78 | + IsExpanded="True"> |
78 | 79 | <controls:SettingsExpander.HeaderIcon>
|
79 | 80 | <BitmapIcon ShowAsMonochrome="False"
|
80 | 81 | UriSource="ms-appx:///Assets/AppTitleBar.png" />
|
81 | 82 | </controls:SettingsExpander.HeaderIcon>
|
82 | 83 | <TextBlock win:IsTextSelectionEnabled="True"
|
83 | 84 | Foreground="{ThemeResource TextFillColorSecondaryBrush}"
|
84 |
| - Style="{StaticResource CaptionTextBlockStyle}" |
85 | 85 | Text="Version 8.0.0" />
|
86 | 86 | <controls:SettingsExpander.Items>
|
87 | 87 | <controls:SettingsCard HorizontalContentAlignment="Left"
|
|
101 | 101 | NavigateUri="https://aka.ms/colorcode" />
|
102 | 102 | </StackPanel>
|
103 | 103 | </controls:SettingsCard>
|
| 104 | + <controls:SettingsCard HorizontalContentAlignment="Left" |
| 105 | + ContentAlignment="Vertical" |
| 106 | + Header="Useful links"> |
| 107 | + <StackPanel Margin="-12,0,0,0" |
| 108 | + Orientation="Vertical"> |
| 109 | + <HyperlinkButton Content="GitHub repository" |
| 110 | + NavigateUri="https://aka.ms/toolkit/windows" /> |
| 111 | + <HyperlinkButton Content="Documentation" |
| 112 | + NavigateUri="https://aka.ms/toolkit/docs" /> |
| 113 | + <HyperlinkButton Content="UWP Community Discord" |
| 114 | + NavigateUri="https://aka.ms/wct/discord" /> |
| 115 | + </StackPanel> |
| 116 | + </controls:SettingsCard> |
104 | 117 | </controls:SettingsExpander.Items>
|
105 | 118 | </controls:SettingsExpander>
|
106 | 119 | </StackPanel>
|
|
0 commit comments