Skip to content

Commit e37e800

Browse files
committed
Revert "fix poster looking too sharp in Liaher and faelpessoal"
This reverts commit 439edee.
1 parent 439edee commit e37e800

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

FoliCon/Views/PosterIconFaelpessoal.xaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
<!--DataContext="{DynamicResource PosterIcon}">-->
1212
<Grid Margin="0,0,0,-11">
1313
<Image Source="/Resources/poster_mockups/faelpessoal/Mockup faelpessoal base.png" RenderOptions.BitmapScalingMode="HighQuality" Margin="-6,0,-2,10" Visibility="{Binding MockupVisibility}" />
14-
<Border CornerRadius="7" Grid.Row="0" Margin="28,4,53,26" ClipToBounds="True">
15-
<Image Stretch="Fill" Source="{Binding FolderJpg}" RenderOptions.BitmapScalingMode="HighQuality" />
14+
<Border CornerRadius="7,7,7,7" Grid.Row="0" Margin="28,4,53,26">
15+
<Border.Background>
16+
<ImageBrush Stretch="Fill" ImageSource="{Binding FolderJpg}" />
17+
</Border.Background>
1618
</Border>
1719

1820
<!--<Image Stretch="Fill" Source="{Binding FolderJpg}" RenderOptions.BitmapScalingMode="HighQuality" Grid.Row="0" Margin="34,10,42,21" />-->

FoliCon/Views/PosterIconFaelpessoalHorizontal.xaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
<!--DataContext="{DynamicResource PosterIcon}">-->
1212
<Grid Margin="0,0,0,-11">
1313
<Image Source="/Resources/poster_mockups/faelpessoal/mockup faelpessoal base horizontal.png" RenderOptions.BitmapScalingMode="HighQuality" Margin="-8,0,0,10" Visibility="{Binding MockupVisibility}" />
14-
<Border CornerRadius="7" Grid.Row="0" Margin="1,65,9,29" ClipToBounds="True">
15-
<Image Stretch="Fill" Source="{Binding FolderJpg}" RenderOptions.BitmapScalingMode="HighQuality" />
14+
<Border CornerRadius="7,7,7,7" Grid.Row="0" Margin="1,65,9,29">
15+
<Border.Background>
16+
<ImageBrush Stretch="Fill" ImageSource="{Binding FolderJpg}" />
17+
</Border.Background>
1618
</Border>
1719
<TextBlock Text="{Binding MediaTitle}" TextWrapping="Wrap" Foreground="White" FontFamily="Cormorant" TextTrimming="WordEllipsis" Margin="28,36,155,197" Visibility="{Binding MockupVisibility}"/>
1820
<!--<Image Stretch="Fill" Source="{Binding FolderJpg}" RenderOptions.BitmapScalingMode="HighQuality" Grid.Row="0" Margin="34,10,42,21" />-->

FoliCon/Views/PosterIconLiaher.xaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
<!--DataContext="{DynamicResource PosterIcon}">-->
1212
<Grid Margin="0,0,0,-11">
1313
<Image Source="/Resources/poster_mockups/liaher/mockup liaher base.png" RenderOptions.BitmapScalingMode="HighQuality" Margin="-8,0,0,10" Visibility="{Binding MockupVisibility}" />
14-
<Border CornerRadius="8" Grid.Row="0" Margin="34,10,43,21" ClipToBounds="True">
15-
<Image Stretch="Fill" Source="{Binding FolderJpg}" RenderOptions.BitmapScalingMode="HighQuality" />
14+
<Border CornerRadius="8,8,8,8" Grid.Row="0" Margin="34,10,43,21">
15+
<Border.Background>
16+
<ImageBrush Stretch="Fill" ImageSource="{Binding FolderJpg}" RenderOptions.BitmapScalingMode="HighQuality" />
17+
</Border.Background>
1618
</Border>
1719

1820
<!--<Image Stretch="Fill" Source="{Binding FolderJpg}" RenderOptions.BitmapScalingMode="HighQuality" Grid.Row="0" Margin="34,10,42,21" />-->

0 commit comments

Comments
 (0)