Skip to content

Commit

Permalink
changed output quality in Liaher mockup.
Browse files Browse the repository at this point in the history
  • Loading branch information
DineshSolanki committed Aug 10, 2021
1 parent b403866 commit 34f5599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FoliCon/Views/PosterIconLiaher.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Image Source="/Resources/mockup liaher base.png" RenderOptions.BitmapScalingMode="HighQuality" Margin="-8,0,0,10" Visibility="{Binding MockupVisibility}" />
<Border CornerRadius="8,8,8,8" Grid.Row="0" Margin="34,10,43,21">
<Border.Background>
<ImageBrush Stretch="Fill" ImageSource="{Binding FolderJpg}" />
<ImageBrush Stretch="Fill" ImageSource="{Binding FolderJpg}" RenderOptions.BitmapScalingMode="HighQuality" />
</Border.Background>
</Border>

Expand Down

0 comments on commit 34f5599

Please sign in to comment.