Skip to content

Commit d81a8bf

Browse files
committed
fixup! fix poster looking too sharp in Liaher and faelpessoal
1 parent e37e800 commit d81a8bf

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

FoliCon/Views/PosterIconFaelpessoal.xaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
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 x:Name="ImageBorder" CornerRadius="7" Grid.Row="0" Margin="27,4,53,27" Background="Transparent">
15+
<Border.Clip>
16+
<RectangleGeometry RadiusX="7" RadiusY="7" Rect="0,0,186,267"/>
17+
</Border.Clip>
18+
<Image Stretch="Fill" Source="{Binding FolderJpg}" RenderOptions.BitmapScalingMode="HighQuality" Margin="0,0,0,-1" />
1819
</Border>
1920

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

FoliCon/Views/PosterIconFaelpessoalHorizontal.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
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 x:Name="ImageBorder" CornerRadius="7" Grid.Row="0" Margin="1,65,9,34" Background="Transparent">
15+
<Border.Clip>
16+
<RectangleGeometry RadiusX="7" RadiusY="7" Rect="0,0,255,164"/>
17+
</Border.Clip>
18+
<Image Stretch="Fill" Source="{Binding FolderJpg}" RenderOptions.BitmapScalingMode="HighQuality" />
1819
</Border>
1920
<TextBlock Text="{Binding MediaTitle}" TextWrapping="Wrap" Foreground="White" FontFamily="Cormorant" TextTrimming="WordEllipsis" Margin="28,36,155,197" Visibility="{Binding MockupVisibility}"/>
2021
<!--<Image Stretch="Fill" Source="{Binding FolderJpg}" RenderOptions.BitmapScalingMode="HighQuality" Grid.Row="0" Margin="34,10,42,21" />-->
21-
<Image Source="/Resources/poster_mockups/faelpessoal/mockup faelpessoal front horizontal.png" RenderOptions.BitmapScalingMode="HighQuality" Margin="0,-4,8,9" Visibility="{Binding MockupVisibility}"/>
2222
<Grid Grid.Row="0">
2323
<Grid.RowDefinitions>
2424
<RowDefinition Height="*" />

FoliCon/Views/PosterIconLiaher.xaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
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 x:Name="ImageBorder" CornerRadius="8" Grid.Row="0" Margin="34,10,43,21" Background="Transparent">
15+
<Border.Clip>
16+
<RectangleGeometry RadiusX="8" RadiusY="8" Rect="0,0,188,236"/>
17+
</Border.Clip>
18+
<Image Stretch="Fill" Source="{Binding FolderJpg}" RenderOptions.BitmapScalingMode="HighQuality" />
1819
</Border>
1920

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

0 commit comments

Comments
 (0)