浏览代码

注释列表-手绘缩略图

OYXH\oyxh 1 年之前
父节点
当前提交
d0cf147ca7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      PDF Office/Views/BOTA/AnnotationListItem.xaml.cs

+ 1 - 1
PDF Office/Views/BOTA/AnnotationListItem.xaml.cs

@@ -303,7 +303,7 @@ namespace PDF_Master.Views.BOTA
                     double maxHeight = docPage.PageSize.Height;
                     ImageContext.MaxHeight = maxHeight;
 
-                    if (width > 180)
+                    if (width > 170)
                     {
                         ImageContext.Stretch = Stretch.Uniform;
                     }