Forráskód Böngészése

注释列表-手绘缩略图

OYXH\oyxh 1 éve
szülő
commit
d0cf147ca7
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;
                     double maxHeight = docPage.PageSize.Height;
                     ImageContext.MaxHeight = maxHeight;
                     ImageContext.MaxHeight = maxHeight;
 
 
-                    if (width > 180)
+                    if (width > 170)
                     {
                     {
                         ImageContext.Stretch = Stretch.Uniform;
                         ImageContext.Stretch = Stretch.Uniform;
                     }
                     }