Skip to content

Commit 439edee

Browse files
committed
fix poster looking too sharp in Liaher and faelpessoal
1 parent 4fd6599 commit 439edee

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

FoliCon/Views/PosterIconFaelpessoal.xaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
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,7,7,7" Grid.Row="0" Margin="28,4,53,26">
15-
<Border.Background>
16-
<ImageBrush Stretch="Fill" ImageSource="{Binding FolderJpg}" />
17-
</Border.Background>
14+
<Border CornerRadius="7" Grid.Row="0" Margin="28,4,53,26" ClipToBounds="True">
15+
<Image Stretch="Fill" Source="{Binding FolderJpg}" RenderOptions.BitmapScalingMode="HighQuality" />
1816
</Border>
1917

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

FoliCon/Views/PosterIconFaelpessoalHorizontal.xaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
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,7,7,7" Grid.Row="0" Margin="1,65,9,29">
15-
<Border.Background>
16-
<ImageBrush Stretch="Fill" ImageSource="{Binding FolderJpg}" />
17-
</Border.Background>
14+
<Border CornerRadius="7" Grid.Row="0" Margin="1,65,9,29" ClipToBounds="True">
15+
<Image Stretch="Fill" Source="{Binding FolderJpg}" RenderOptions.BitmapScalingMode="HighQuality" />
1816
</Border>
1917
<TextBlock Text="{Binding MediaTitle}" TextWrapping="Wrap" Foreground="White" FontFamily="Cormorant" TextTrimming="WordEllipsis" Margin="28,36,155,197" Visibility="{Binding MockupVisibility}"/>
2018
<!--<Image Stretch="Fill" Source="{Binding FolderJpg}" RenderOptions.BitmapScalingMode="HighQuality" Grid.Row="0" Margin="34,10,42,21" />-->

FoliCon/Views/PosterIconLiaher.xaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
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,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>
14+
<Border CornerRadius="8" Grid.Row="0" Margin="34,10,43,21" ClipToBounds="True">
15+
<Image Stretch="Fill" Source="{Binding FolderJpg}" RenderOptions.BitmapScalingMode="HighQuality" />
1816
</Border>
1917

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

0 commit comments

Comments
 (0)