|
10 | 10 | mc:Ignorable="d">
|
11 | 11 |
|
12 | 12 | <Grid Margin="24,14">
|
13 |
| - <Grid.RowDefinitions> |
14 |
| - <RowDefinition Height="Auto" /> |
15 |
| - <RowDefinition Height="Auto" /> |
16 |
| - <RowDefinition /> |
17 |
| - </Grid.RowDefinitions> |
18 | 13 | <StackPanel
|
19 | 14 | HorizontalAlignment="Stretch"
|
20 | 15 | VerticalAlignment="Stretch"
|
21 |
| - Orientation="Horizontal" |
22 |
| - Spacing="24"> |
23 |
| - <Grid Width="150" Height="150"> |
24 |
| - <my:DropShadowPanel OffsetY="15"> |
25 |
| - <Image Source="/Assets/Files UWP Icon.png" Stretch="Uniform" /> |
26 |
| - </my:DropShadowPanel> |
27 |
| - </Grid> |
28 |
| - |
29 |
| - <StackPanel |
30 |
| - Margin="0,0" |
31 |
| - VerticalAlignment="Center" |
32 |
| - Orientation="Vertical"> |
33 |
| - <TextBlock |
34 |
| - x:Name="Header" |
35 |
| - HorizontalAlignment="Left" |
36 |
| - VerticalAlignment="Top" |
37 |
| - FontFamily="Segoe UI Black" |
38 |
| - FontSize="40" |
39 |
| - FontWeight="Bold" |
40 |
| - Text="Files" /> |
41 |
| - <TextBlock |
42 |
| - Margin="0,0,0,0" |
43 |
| - FontFamily="Segoe UI" |
44 |
| - FontSize="18" |
45 |
| - FontWeight="Medium" |
46 |
| - Text="Product Information" /> |
47 |
| - <TextBlock FontSize="14" Text="Edition: Pre-Release" /> |
48 |
| - <TextBlock |
49 |
| - x:Name="VersionNumber" |
50 |
| - FontSize="14" |
51 |
| - Text="Version: 0.5.0" /> |
52 |
| - </StackPanel> |
53 |
| - |
54 |
| - </StackPanel> |
| 16 | + Orientation="Vertical" |
| 17 | + Spacing="14"> |
55 | 18 |
|
| 19 | + <TextBlock FontSize="22" Text="About" /> |
56 | 20 |
|
57 |
| - <StackPanel |
58 |
| - Grid.Row="1" |
59 |
| - Orientation="Vertical" |
60 |
| - Spacing="8"> |
61 |
| - <TextBlock |
62 |
| - VerticalAlignment="Top" |
63 |
| - Text="The community thanks contributors: SOI7, jeffsieu, and yaichenbaum for the design of our wonderful icon." |
64 |
| - TextWrapping="WrapWholeWords" /> |
| 21 | + <StackPanel Orientation="Horizontal"> |
| 22 | + <Image |
| 23 | + Width="60" |
| 24 | + Source="/Assets/Files UWP Icon.png" |
| 25 | + Stretch="Uniform" /> |
| 26 | + <StackPanel Padding="12,0,0,0" Orientation="Vertical"> |
| 27 | + <TextBlock FontSize="16" Text="Files UWP" /> |
| 28 | + <TextBlock |
| 29 | + Padding="0,4" |
| 30 | + x:Name="VersionNumber" |
| 31 | + FontSize="14" |
| 32 | + Opacity=".5" |
| 33 | + Text="Version: 0.5.0" /> |
| 34 | + </StackPanel> |
| 35 | + </StackPanel> |
| 36 | + |
65 | 37 | <ListView
|
66 |
| - Margin="0,0,0,0" |
67 | 38 | HorizontalAlignment="Stretch"
|
68 | 39 | IsItemClickEnabled="True"
|
69 | 40 | ItemClick="ListView_ItemClick">
|
|
76 | 47 | Padding="0,14"
|
77 | 48 | Orientation="Horizontal"
|
78 | 49 | Spacing="14">
|
79 |
| - <FontIcon Margin="0" Glyph="" /> |
| 50 | + <FontIcon Glyph="" /> |
80 | 51 | <StackPanel VerticalAlignment="Center" Orientation="Vertical">
|
81 | 52 | <TextBlock Text="Submit Feedback" />
|
82 | 53 | <TextBlock
|
83 | 54 | Foreground="Gray"
|
84 | 55 | Text="Submit an issue report to provide the developers with information"
|
85 |
| - TextWrapping="WrapWholeWords" /> |
| 56 | + TextWrapping="Wrap" /> |
86 | 57 | </StackPanel>
|
87 | 58 | </StackPanel>
|
88 | 59 | </ListViewItem>
|
89 | 60 | </ListView>
|
90 |
| - </StackPanel> |
91 | 61 |
|
92 |
| - <StackPanel Grid.Row="2"> |
| 62 | + <StackPanel Spacing="4"> |
| 63 | + <TextBlock FontSize="16" Text="Special thanks to:" /> |
| 64 | + <TextBlock Text="SOI7" /> |
| 65 | + <TextBlock Text="jeffsieu" /> |
| 66 | + <TextBlock Text="yaichenbaum" /> |
| 67 | + </StackPanel> |
| 68 | + |
93 | 69 | <TextBlock
|
94 | 70 | Margin="0,16,0,0"
|
95 | 71 | FontSize="18"
|
96 | 72 | Text="Third Party Licenses" />
|
97 |
| - <ListView> |
98 |
| - <ListViewItem> |
99 |
| - <StackPanel> |
100 |
| - <StackPanel Orientation="Horizontal"> |
101 |
| - <BitmapIcon |
102 |
| - Width="16" |
103 |
| - VerticalAlignment="Center" |
104 |
| - UriSource="ms-appx:///Assets/QuickLook/quicklook_icon_black.png" /> |
105 |
| - <TextBlock |
106 |
| - Margin="2,0,16,0" |
107 |
| - VerticalAlignment="Bottom" |
108 |
| - FontSize="16" |
109 |
| - Text="QuickLook" /> |
110 |
| - <TextBlock |
111 |
| - Margin="0,0,8,0" |
112 |
| - VerticalAlignment="Bottom" |
113 |
| - TextWrapping="WrapWholeWords"> |
114 |
| - <Span xml:space="preserve"><Run>Website: </Run><Hyperlink NavigateUri="https://github.com/QL-Win/QuickLook">Link</Hyperlink></Span> |
115 |
| - </TextBlock> |
116 |
| - <TextBlock VerticalAlignment="Bottom" TextWrapping="WrapWholeWords"> |
117 |
| - <Span xml:space="preserve"><Run>License: </Run><Hyperlink NavigateUri="https://github.com/QL-Win/QuickLook/blob/master/LICENSE-GPL.txt">Link</Hyperlink></Span> |
118 |
| - </TextBlock> |
119 |
| - </StackPanel> |
120 |
| - </StackPanel> |
121 |
| - </ListViewItem> |
122 |
| - </ListView> |
123 |
| - </StackPanel> |
124 | 73 |
|
| 74 | + <StackPanel Orientation="Horizontal"> |
| 75 | + <BitmapIcon |
| 76 | + Width="16" |
| 77 | + VerticalAlignment="Center" |
| 78 | + UriSource="ms-appx:///Assets/QuickLook/quicklook_icon_black.png" /> |
| 79 | + <TextBlock |
| 80 | + Margin="2,0,16,0" |
| 81 | + VerticalAlignment="Bottom" |
| 82 | + FontSize="16" |
| 83 | + Text="QuickLook" /> |
| 84 | + <TextBlock |
| 85 | + Margin="0,0,8,0" |
| 86 | + VerticalAlignment="Bottom" |
| 87 | + TextWrapping="WrapWholeWords"> |
| 88 | + <Span xml:space="preserve"><Run>Website: </Run><Hyperlink NavigateUri="https://github.com/QL-Win/QuickLook">Link</Hyperlink></Span> |
| 89 | + </TextBlock> |
| 90 | + <TextBlock VerticalAlignment="Bottom" TextWrapping="WrapWholeWords"> |
| 91 | + <Span xml:space="preserve"><Run>License: </Run><Hyperlink NavigateUri="https://github.com/QL-Win/QuickLook/blob/master/LICENSE-GPL.txt">Link</Hyperlink></Span> |
| 92 | + </TextBlock> |
| 93 | + </StackPanel> |
| 94 | + </StackPanel> |
125 | 95 | </Grid>
|
126 | 96 | </Page>
|
0 commit comments