Rounded thumbnail

This commit is contained in:
TheXamlGuy
2024-02-03 21:59:02 +00:00
parent 0191080e14
commit be3fe89387
@@ -8,15 +8,19 @@
xmlns:windows="using:Hyperbar.UI.Windows"> xmlns:windows="using:Hyperbar.UI.Windows">
<Grid Width="216"> <Grid Width="216">
<Grid.ColumnDefinitions> <Grid.ColumnDefinitions>
<ColumnDefinition Width="40" /> <ColumnDefinition Width="Auto" />
<ColumnDefinition Width="8" /> <ColumnDefinition Width="8" />
<ColumnDefinition Width="*" /> <ColumnDefinition Width="*" />
</Grid.ColumnDefinitions> </Grid.ColumnDefinitions>
<Border <Border
Grid.Column="0" Grid.Column="0"
Width="40" Width="40"
Height="40"> Height="40"
<Image Source="{Binding Image, Converter={windows:StreamToImageSourceConverter}}" /> CornerRadius="{ThemeResource ControlCornerRadius}">
<Image
Width="40"
Height="40"
Source="{Binding Image, Converter={windows:StreamToImageSourceConverter}}" />
</Border> </Border>
<StackPanel Grid.Column="2"> <StackPanel Grid.Column="2">
<TextBlock <TextBlock