We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c212a commit ee032e7Copy full SHA for ee032e7
Image2Display/Image2Display/Views/FontConvertView.axaml
@@ -20,7 +20,7 @@
20
Margin="10"
21
BorderBrush="{DynamicResource SurfaceStrokeColorDefaultBrush}"
22
BorderThickness="2">
23
- <Image RenderOptions.BitmapInterpolationMode="HighQuality" Source="{Binding OriginalImage}" />
+ <Image RenderOptions.BitmapInterpolationMode="HighQuality" Source="{Binding OriginalImage}" MaxHeight="200" MinHeight="100"/>
24
</Border>
25
</Panel>
26
<!-- 切换预览字符按钮 -->
0 commit comments