|
@@ -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;
|
|
}
|
|
}
|