|
42 | 42 |
|
43 | 43 | <Grid |
44 | 44 | Padding="12,3,8,3" |
45 | | - ColumnSpacing="5" |
| 45 | + ColumnSpacing="4" |
46 | 46 | Opacity="{x:Bind ListedOpacity, Mode=OneWay}"> |
47 | 47 | <Grid.RowDefinitions> |
48 | 48 | <RowDefinition Height="30" /> |
49 | 49 | </Grid.RowDefinitions> |
50 | 50 | <Grid.ColumnDefinitions> |
51 | 51 | <ColumnDefinition Width="24" /> |
52 | | - <ColumnDefinition Width="24" /> |
53 | | - <ColumnDefinition Width="*" MinWidth="100" /> |
54 | | - <ColumnDefinition Width="24" /> |
55 | | - <ColumnDefinition Width="*" MinWidth="100" /> |
56 | | - <ColumnDefinition Width="24" /> |
57 | | - <ColumnDefinition Width="*" MaxWidth="125" /> |
58 | | - <ColumnDefinition Width="24" MaxWidth="{x:Bind NewVersionIconWidth}" /> |
59 | | - <ColumnDefinition Width="*" MaxWidth="{x:Bind NewVersionLabelWidth}" /> |
60 | | - <ColumnDefinition Width="24" /> |
| 52 | + <ColumnDefinition Width="*" MinWidth="125" /> |
| 53 | + <ColumnDefinition Width="*" MinWidth="125" /> |
61 | 54 | <ColumnDefinition Width="*" MaxWidth="150" /> |
| 55 | + <ColumnDefinition Width="*" MaxWidth="{x:Bind NewVersionLabelWidth}" /> |
| 56 | + <ColumnDefinition Width="*" MaxWidth="175" /> |
62 | 57 | </Grid.ColumnDefinitions> |
63 | 58 | <CheckBox |
64 | 59 | Grid.Row="0" |
|
70 | 65 | <widgets:LocalIcon |
71 | 66 | Grid.Row="0" |
72 | 67 | Grid.Column="1" |
| 68 | + Width="24" |
| 69 | + HorizontalAlignment="Left" |
73 | 70 | VerticalAlignment="Center" |
74 | 71 | FontSize="24" |
75 | 72 | FontWeight="ExtraLight" |
76 | 73 | Icon="Package" |
77 | 74 | ToolTipService.ToolTip="{x:Bind ListedNameTooltip, Mode=OneWay}" |
78 | 75 | Visibility="{x:Bind ShowDefaultPackageIcon, Mode=OneWay}" /> |
| 76 | + |
79 | 77 | <Image |
80 | 78 | Grid.Row="0" |
81 | 79 | Grid.Column="1" |
| 80 | + Width="24" |
| 81 | + HorizontalAlignment="Left" |
82 | 82 | VerticalAlignment="Center" |
83 | 83 | Source="{x:Bind MainIconSource, Mode=OneWay}" |
84 | 84 | ToolTipService.ToolTip="{x:Bind ListedNameTooltip, Mode=OneWay}" |
|
90 | 90 | Grid.Column="1" |
91 | 91 | Width="20" |
92 | 92 | Height="20" |
93 | | - Margin="0,0,-4,-2" |
94 | | - HorizontalAlignment="Right" |
| 93 | + Margin="8,0,-4,-2" |
| 94 | + HorizontalAlignment="Left" |
95 | 95 | VerticalAlignment="Bottom" |
96 | 96 | FontSize="20" |
97 | 97 | FontWeight="ExtraLight" |
98 | 98 | Foreground="{ThemeResource AccentAAFillColorTertiaryBrush}" |
99 | 99 | Icon="{x:Bind AlternateIconId, Mode=OneWay}" |
100 | 100 | ToolTipService.ToolTip="{x:Bind ListedNameTooltip, Mode=OneWay}" |
101 | 101 | Visibility="{x:Bind AlternateIdIconVisible, Mode=OneWay}" /> |
| 102 | + |
102 | 103 | <widgets:LocalIcon |
103 | 104 | Grid.Row="0" |
104 | 105 | Grid.Column="1" |
105 | 106 | Width="20" |
106 | 107 | Height="20" |
107 | | - Margin="0,0,-4,-2" |
108 | | - HorizontalAlignment="Right" |
| 108 | + Margin="8,0,-4,-2" |
| 109 | + HorizontalAlignment="Left" |
109 | 110 | VerticalAlignment="Bottom" |
110 | 111 | FontSize="20" |
111 | 112 | FontWeight="ExtraLight" |
|
115 | 116 |
|
116 | 117 | <TextBlock |
117 | 118 | Grid.Row="0" |
118 | | - Grid.Column="2" |
| 119 | + Grid.Column="1" |
| 120 | + Margin="28,-2,0,0" |
119 | 121 | VerticalAlignment="Center" |
120 | | - FontFamily="Segoe UI Variable Text" |
121 | 122 | FontSize="13" |
122 | 123 | Text="{x:Bind Package.Name}" |
123 | 124 | ToolTipService.ToolTip="{x:Bind ListedNameTooltip, Mode=OneWay}" /> |
| 125 | + |
124 | 126 | <widgets:LocalIcon |
125 | 127 | Grid.Row="0" |
126 | | - Grid.Column="3" |
| 128 | + Grid.Column="2" |
| 129 | + HorizontalAlignment="Left" |
127 | 130 | VerticalAlignment="Center" |
128 | 131 | FontSize="24" |
129 | 132 | FontWeight="ExtraLight" |
130 | 133 | Icon="Id" |
131 | 134 | ToolTipService.ToolTip="{x:Bind Package.Id}" /> |
| 135 | + |
132 | 136 | <TextBlock |
133 | 137 | Grid.Row="0" |
134 | | - Grid.Column="4" |
| 138 | + Grid.Column="2" |
| 139 | + Margin="28,-2,0,0" |
135 | 140 | VerticalAlignment="Center" |
136 | | - FontFamily="Segoe UI Variable Text" |
137 | 141 | FontSize="13" |
138 | 142 | Text="{x:Bind Package.Id}" |
139 | 143 | ToolTipService.ToolTip="{x:Bind Package.Id}" /> |
| 144 | + |
140 | 145 | <widgets:LocalIcon |
141 | 146 | Grid.Row="0" |
142 | | - Grid.Column="5" |
| 147 | + Grid.Column="3" |
| 148 | + HorizontalAlignment="Left" |
143 | 149 | VerticalAlignment="Center" |
144 | 150 | FontSize="24" |
145 | 151 | FontWeight="ExtraLight" |
146 | 152 | Icon="version" |
147 | 153 | ToolTipService.ToolTip="{x:Bind Package.VersionString}" /> |
| 154 | + |
148 | 155 | <TextBlock |
149 | 156 | Grid.Row="0" |
150 | | - Grid.Column="6" |
| 157 | + Grid.Column="3" |
| 158 | + Margin="28,-2,0,0" |
151 | 159 | VerticalAlignment="Center" |
152 | | - FontFamily="Segoe UI Variable Text" |
153 | 160 | FontSize="13" |
154 | 161 | Text="{x:Bind Package.VersionString, Mode=OneWay}" |
155 | 162 | ToolTipService.ToolTip="{x:Bind Package.VersionString}" /> |
| 163 | + |
156 | 164 | <widgets:LocalIcon |
157 | 165 | Grid.Row="0" |
158 | | - Grid.Column="7" |
| 166 | + Grid.Column="4" |
| 167 | + HorizontalAlignment="Left" |
159 | 168 | VerticalAlignment="Center" |
160 | 169 | FontSize="24" |
161 | 170 | FontWeight="ExtraLight" |
162 | 171 | Icon="download" |
163 | 172 | ToolTipService.ToolTip="{x:Bind Package.NewVersionString}" |
164 | 173 | Visibility="{x:Bind Package.IsUpgradable}" /> |
| 174 | + |
165 | 175 | <TextBlock |
166 | 176 | Grid.Row="0" |
167 | | - Grid.Column="8" |
| 177 | + Grid.Column="4" |
| 178 | + Margin="28,-2,0,0" |
168 | 179 | VerticalAlignment="Center" |
169 | | - FontFamily="Segoe UI Variable Text" |
170 | 180 | FontSize="13" |
171 | 181 | Text="{x:Bind Package.NewVersionString}" |
172 | 182 | ToolTipService.ToolTip="{x:Bind Package.NewVersionString}" |
173 | 183 | Visibility="{x:Bind Package.IsUpgradable}" /> |
| 184 | + |
174 | 185 | <widgets:LocalIcon |
175 | 186 | Grid.Row="0" |
176 | | - Grid.Column="9" |
| 187 | + Grid.Column="5" |
| 188 | + HorizontalAlignment="Left" |
177 | 189 | VerticalAlignment="Center" |
178 | 190 | FontSize="24" |
179 | 191 | FontWeight="ExtraLight" |
180 | 192 | Icon="{x:Bind Package.Source.IconId}" |
181 | 193 | ToolTipService.ToolTip="{x:Bind Package.Source.AsString_DisplayName}" /> |
| 194 | + |
182 | 195 | <TextBlock |
183 | 196 | Grid.Row="0" |
184 | | - Grid.Column="10" |
| 197 | + Grid.Column="5" |
| 198 | + Margin="28,-2,0,0" |
185 | 199 | VerticalAlignment="Center" |
186 | | - FontFamily="Segoe UI Variable Text" |
187 | 200 | FontSize="13" |
188 | 201 | Text="{x:Bind Package.Source.AsString_DisplayName}" |
189 | 202 | ToolTipService.ToolTip="{x:Bind Package.Source.AsString_DisplayName}" /> |
|
0 commit comments