|
4 | 4 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
5 | 5 | xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
6 | 6 | xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
7 | | - Background="{ThemeResource SystemControlForegroundTransparentBrush}" |
8 | 7 | mc:Ignorable="d"> |
9 | 8 |
|
10 | 9 | <Grid> |
|
26 | 25 | VerticalScrollMode="Auto"> |
27 | 26 | <StackPanel Margin="{StaticResource SettingsPageFooterMargin}" HorizontalAlignment="Left"> |
28 | 27 |
|
29 | | - <!-- About --> |
30 | | - <StackPanel Orientation="Horizontal" Style="{StaticResource SettingsSectionStyle}"> |
| 28 | + <!-- About --> |
| 29 | + <StackPanel Style="{StaticResource SettingsSectionStyle}" Orientation="Horizontal"> |
31 | 30 | <Image x:Name="AppIconImage" Width="90" Margin="-6,0,12,0" Source="/Assets/appicon_ws.png" /> |
32 | 31 | <StackPanel> |
33 | 32 | <TextBlock |
|
42 | 41 | </StackPanel> |
43 | 42 | </StackPanel> |
44 | 43 |
|
45 | | - <!-- Description & Related Links --> |
| 44 | + <!-- Description & Related Links --> |
46 | 45 | <StackPanel Style="{StaticResource SettingsSectionStyle}" Spacing="8"> |
47 | 46 | <TextBlock x:Uid="/Settings/AboutPage_NotepadsShortDescription" Margin="0,0,0,8" TextWrapping="Wrap" /> |
48 | 47 | <StackPanel Spacing="-4"> |
49 | 48 | <TextBlock x:Uid="/Settings/AboutPage_Notepads_SourceCodeTitle" TextWrapping="Wrap" /> |
50 | | - <HyperlinkButton Content="https://github.com/0x7c13/Notepads" NavigateUri="https://github.com/0x7c13/Notepads" Style="{StaticResource TextBlockButtonStyle}" /> |
| 49 | + <HyperlinkButton Content="https://github.com/0x7c13/Notepads" NavigateUri="https://github.com/0x7c13/Notepads" /> |
51 | 50 | </StackPanel> |
52 | 51 | <StackPanel Spacing="-4"> |
53 | 52 | <TextBlock x:Uid="/Settings/AboutPage_Notepads_WebsiteTitle" TextWrapping="Wrap" /> |
54 | | - <HyperlinkButton Content="https://www.NotepadsApp.com" NavigateUri="https://www.NotepadsApp.com" Style="{StaticResource TextBlockButtonStyle}" /> |
| 53 | + <HyperlinkButton Content="https://www.NotepadsApp.com" NavigateUri="https://www.NotepadsApp.com" /> |
55 | 54 | </StackPanel> |
56 | 55 | <StackPanel Spacing="-4"> |
57 | 56 | <TextBlock x:Uid="/Settings/AboutPage_Notepads_AuthorContactsTitle" TextWrapping="Wrap" /> |
58 | | - <HyperlinkButton Content="NotepadsApp@outlook.com" NavigateUri="mailto:NotepadsApp@outlook.com" Style="{StaticResource TextBlockButtonStyle}" /> |
59 | | - <HyperlinkButton Content="Discord" NavigateUri="https://discord.gg/VqetCub" Style="{StaticResource TextBlockButtonStyle}" /> |
| 57 | + <HyperlinkButton Content="NotepadsApp@outlook.com" NavigateUri="mailto:NotepadsApp@outlook.com" /> |
| 58 | + <HyperlinkButton Content="Discord" NavigateUri="https://discord.gg/VqetCub" /> |
60 | 59 | </StackPanel> |
61 | 60 | <StackPanel Spacing="-4"> |
62 | 61 | <TextBlock x:Uid="/Settings/AboutPage_Notepads_IssueAndFeatureRequestsTitle" TextWrapping="Wrap" /> |
63 | | - <HyperlinkButton Content="https://github.com/0x7c13/Notepads/issues" NavigateUri="https://github.com/0x7c13/Notepads/issues" Style="{StaticResource TextBlockButtonStyle}" /> |
| 62 | + <HyperlinkButton Content="https://github.com/0x7c13/Notepads/issues" NavigateUri="https://github.com/0x7c13/Notepads/issues" /> |
64 | 63 | </StackPanel> |
65 | 64 | </StackPanel> |
66 | 65 |
|
67 | | - <!-- Changelog --> |
68 | | - <StackPanel x:Name="ChangelogPanel" Style="{StaticResource SettingsSectionStyle}"> |
| 66 | + <!-- Changelog --> |
| 67 | + <StackPanel Style="{StaticResource SettingsSectionStyle}"> |
69 | 68 | <TextBlock x:Uid="/Settings/AboutPage_ChangelogUrl_Title" Margin="0,0,0,4" Style="{StaticResource CompactSubtitleTextBlockStyle}" /> |
70 | | - <HyperlinkButton Content="Notepads Releases" NavigateUri="https://github.com/0x7c13/Notepads/releases" Style="{StaticResource TextBlockButtonStyle}" /> |
| 69 | + <HyperlinkButton Content="Notepads Releases" NavigateUri="https://github.com/0x7c13/Notepads/releases" /> |
71 | 70 | </StackPanel> |
72 | 71 |
|
73 | | - <!-- Dependencies & References --> |
74 | | - <StackPanel x:Name="DependenciesAndReferencesPanel" Style="{StaticResource SettingsSectionStyle}"> |
| 72 | + <!-- Dependencies & References --> |
| 73 | + <StackPanel Style="{StaticResource SettingsSectionStyle}"> |
75 | 74 | <TextBlock x:Uid="/Settings/AboutPage_DependenciesAndReferences_Title" Margin="0,0,0,4" Style="{StaticResource CompactSubtitleTextBlockStyle}" /> |
76 | 75 | <StackPanel Spacing="-4"> |
77 | | - <HyperlinkButton Content="Windows UI Library" NavigateUri="https://github.com/Microsoft/microsoft-ui-xaml" Style="{StaticResource TextBlockButtonStyle}" /> |
78 | | - <HyperlinkButton Content="Windows Community Toolkit" NavigateUri="https://github.com/windows-toolkit/WindowsCommunityToolkit" Style="{StaticResource TextBlockButtonStyle}" /> |
79 | | - <HyperlinkButton Content="XAML Controls Gallery" NavigateUri="https://github.com/microsoft/Xaml-Controls-Gallery" Style="{StaticResource TextBlockButtonStyle}" /> |
80 | | - <HyperlinkButton Content="ColorCode Universal" NavigateUri="https://github.com/WilliamABradley/ColorCode-Universal" Style="{StaticResource TextBlockButtonStyle}" /> |
81 | | - <HyperlinkButton Content="UTF Unknown" NavigateUri="https://github.com/CharsetDetector/UTF-unknown" Style="{StaticResource TextBlockButtonStyle}" /> |
82 | | - <HyperlinkButton Content="DiffPlex" NavigateUri="https://github.com/mmanela/diffplex" Style="{StaticResource TextBlockButtonStyle}" /> |
83 | | - <HyperlinkButton Content="Win2D" NavigateUri="https://github.com/microsoft/Win2D" Style="{StaticResource TextBlockButtonStyle}" /> |
| 76 | + <HyperlinkButton Content="Windows UI Library" NavigateUri="https://github.com/Microsoft/microsoft-ui-xaml" /> |
| 77 | + <HyperlinkButton Content="Windows Community Toolkit" NavigateUri="https://github.com/windows-toolkit/WindowsCommunityToolkit" /> |
| 78 | + <HyperlinkButton Content="XAML Controls Gallery" NavigateUri="https://github.com/microsoft/Xaml-Controls-Gallery" /> |
| 79 | + <HyperlinkButton Content="ColorCode Universal" NavigateUri="https://github.com/WilliamABradley/ColorCode-Universal" /> |
| 80 | + <HyperlinkButton Content="UTF Unknown" NavigateUri="https://github.com/CharsetDetector/UTF-unknown" /> |
| 81 | + <HyperlinkButton Content="DiffPlex" NavigateUri="https://github.com/mmanela/diffplex" /> |
| 82 | + <HyperlinkButton Content="Win2D" NavigateUri="https://github.com/microsoft/Win2D" /> |
84 | 83 | </StackPanel> |
85 | 84 | </StackPanel> |
86 | 85 |
|
87 | | - <!-- Disclamer --> |
88 | | - <StackPanel x:Name="DisclaimerPanel" Style="{StaticResource SettingsSectionStyle}"> |
| 86 | + <!-- Disclamer --> |
| 87 | + <StackPanel Style="{StaticResource SettingsSectionStyle}"> |
89 | 88 | <TextBlock x:Uid="/Settings/AboutPage_Disclaimer_Title" Style="{StaticResource CompactSubtitleTextBlockStyle}" /> |
90 | 89 | <RichTextBlock MaxWidth="600" IsTextSelectionEnabled="False"> |
91 | 90 | <Paragraph> |
|
0 commit comments