Skip to content

Commit ee032e7

Browse files
committed
fix: 字体预览错位
1 parent 47c212a commit ee032e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Image2Display/Image2Display/Views/FontConvertView.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
Margin="10"
2121
BorderBrush="{DynamicResource SurfaceStrokeColorDefaultBrush}"
2222
BorderThickness="2">
23-
<Image RenderOptions.BitmapInterpolationMode="HighQuality" Source="{Binding OriginalImage}" />
23+
<Image RenderOptions.BitmapInterpolationMode="HighQuality" Source="{Binding OriginalImage}" MaxHeight="200" MinHeight="100"/>
2424
</Border>
2525
</Panel>
2626
<!-- 切换预览字符按钮 -->

0 commit comments

Comments
 (0)