|
28 | 28 | </TextBlock>
|
29 | 29 |
|
30 | 30 | <StackPanel Orientation="Vertical">
|
31 |
| - <StackPanel Padding="0,4,0,4" |
| 31 | + <StackPanel Padding="0,16,0,16" |
32 | 32 | VerticalAlignment="Center"
|
33 | 33 | Orientation="Horizontal"
|
| 34 | + Spacing="8" |
34 | 35 | Visibility="{x:Bind CheckingForUpdates, Mode=OneWay}">
|
35 | 36 | <mux:ProgressRing Width="16"
|
36 | 37 | Height="16"
|
37 | 38 | IsActive="True"
|
38 | 39 | IsIndeterminate="True" />
|
39 |
| - <TextBlock x:Uid="AboutDialog_CheckingForUpdatesLabel" |
40 |
| - Padding="4,0,0,0" /> |
| 40 | + <TextBlock x:Uid="AboutDialog_CheckingForUpdatesLabel" /> |
41 | 41 | </StackPanel>
|
42 |
| - <StackPanel Padding="0,4,0,4" |
| 42 | + <StackPanel Padding="0,16,0,16" |
43 | 43 | VerticalAlignment="Center"
|
44 | 44 | Orientation="Vertical"
|
45 | 45 | Visibility="{x:Bind UpdatesAvailable, Mode=OneWay}">
|
|
51 | 51 | </StackPanel>
|
52 | 52 | </StackPanel>
|
53 | 53 |
|
54 |
| - <HyperlinkButton x:Uid="AboutDialog_SourceCodeLink" |
55 |
| - NavigateUri="https://go.microsoft.com/fwlink/?linkid=2203152" /> |
56 |
| - <HyperlinkButton x:Uid="AboutDialog_DocumentationLink" |
57 |
| - NavigateUri="https://go.microsoft.com/fwlink/?linkid=2125416" /> |
58 |
| - <HyperlinkButton x:Uid="AboutDialog_ReleaseNotesLink" |
59 |
| - NavigateUri="https://go.microsoft.com/fwlink/?linkid=2125417" /> |
60 |
| - <HyperlinkButton x:Uid="AboutDialog_PrivacyPolicyLink" |
61 |
| - NavigateUri="https://go.microsoft.com/fwlink/?linkid=2125418" /> |
62 |
| - <HyperlinkButton x:Uid="AboutDialog_ThirdPartyNoticesLink" |
63 |
| - Click="_ThirdPartyNoticesOnClick" /> |
| 54 | + <StackPanel Margin="-12,0,0,0" |
| 55 | + Orientation="Vertical"> |
| 56 | + <HyperlinkButton x:Uid="AboutDialog_SourceCodeLink" |
| 57 | + NavigateUri="https://go.microsoft.com/fwlink/?linkid=2203152" /> |
| 58 | + <HyperlinkButton x:Uid="AboutDialog_DocumentationLink" |
| 59 | + NavigateUri="https://go.microsoft.com/fwlink/?linkid=2125416" /> |
| 60 | + <HyperlinkButton x:Uid="AboutDialog_ReleaseNotesLink" |
| 61 | + NavigateUri="https://go.microsoft.com/fwlink/?linkid=2125417" /> |
| 62 | + <HyperlinkButton x:Uid="AboutDialog_PrivacyPolicyLink" |
| 63 | + NavigateUri="https://go.microsoft.com/fwlink/?linkid=2125418" /> |
| 64 | + <HyperlinkButton x:Uid="AboutDialog_ThirdPartyNoticesLink" |
| 65 | + Click="_ThirdPartyNoticesOnClick" /> |
| 66 | + </StackPanel> |
64 | 67 | </StackPanel>
|
65 | 68 | </ContentDialog>
|
0 commit comments