Skip to content

Commit

Permalink
fix: 字体预览错位
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Nov 23, 2024
1 parent 47c212a commit ee032e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Image2Display/Image2Display/Views/FontConvertView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Margin="10"
BorderBrush="{DynamicResource SurfaceStrokeColorDefaultBrush}"
BorderThickness="2">
<Image RenderOptions.BitmapInterpolationMode="HighQuality" Source="{Binding OriginalImage}" />
<Image RenderOptions.BitmapInterpolationMode="HighQuality" Source="{Binding OriginalImage}" MaxHeight="200" MinHeight="100"/>
</Border>
</Panel>
<!-- 切换预览字符按钮 -->
Expand Down

0 comments on commit ee032e7

Please sign in to comment.