|
300 | 300 | <Grid Grid.Row="0" Tag="ItemImage">
|
301 | 301 | <Grid
|
302 | 302 | x:Name="Picture"
|
303 |
| - Width="{x:Bind local:App.AppSettings.GridViewSize, Mode=OneWay}" |
304 |
| - Padding="12" |
| 303 | + Height="{x:Bind local:App.AppSettings.GridViewSize, Mode=OneWay}" |
305 | 304 | HorizontalAlignment="Stretch"
|
| 305 | + Padding="12" |
306 | 306 | VerticalAlignment="Bottom"
|
| 307 | + Width="{x:Bind local:App.AppSettings.GridViewSize, Mode=OneWay}" |
307 | 308 | x:Load="{x:Bind LoadFileIcon, Mode=OneWay}">
|
308 | 309 | <Image Source="{x:Bind FileImage, Mode=OneWay}" Stretch="Uniform" />
|
309 | 310 | </Grid>
|
310 | 311 | <Image
|
311 | 312 | x:Name="FolderGlyph"
|
312 |
| - x:Load="{x:Bind LoadFolderGlyph}" |
| 313 | + Height="{x:Bind local:App.AppSettings.GridViewSize, Mode=OneWay}" |
313 | 314 | HorizontalAlignment="Stretch"
|
| 315 | + Stretch="Uniform" |
314 | 316 | VerticalAlignment="Stretch"
|
315 | 317 | Width="{x:Bind local:App.AppSettings.GridViewSize, Mode=OneWay}"
|
316 |
| - Height="{x:Bind local:App.AppSettings.GridViewSize, Mode=OneWay}" |
317 |
| - Stretch="Uniform"> |
| 318 | + x:Load="{x:Bind LoadFolderGlyph}"> |
318 | 319 | <Image.Source>
|
319 | 320 | <SvgImageSource
|
320 | 321 | RasterizePixelHeight="638"
|
|
324 | 325 | </Image>
|
325 | 326 | <Grid
|
326 | 327 | x:Name="TypeUnknownGlyph"
|
327 |
| - Width="{x:Bind local:App.AppSettings.GridViewSize, Mode=OneWay}" |
328 |
| - Padding="12" |
| 328 | + Height="{x:Bind local:App.AppSettings.GridViewSize, Mode=OneWay}" |
329 | 329 | HorizontalAlignment="Stretch"
|
| 330 | + Padding="12" |
330 | 331 | VerticalAlignment="Stretch"
|
| 332 | + Width="{x:Bind local:App.AppSettings.GridViewSize, Mode=OneWay}" |
331 | 333 | x:Load="{x:Bind LoadUnknownTypeGlyph, Mode=OneWay}">
|
332 | 334 | <Viewbox MaxWidth="{x:Bind local:App.AppSettings.GridViewSize, Mode=OneWay}" MaxHeight="{x:Bind local:App.AppSettings.GridViewSize, Mode=OneWay}">
|
333 | 335 | <SymbolIcon Symbol="Page2" />
|
|
0 commit comments