diff --git a/postscript/src/TPDF.cxx b/postscript/src/TPDF.cxx
index a6523c644a13b98b9cba214d364aede64e992cfb..34386be5e4d18147ef8d021a6d0f727f798c8d71 100644
--- a/postscript/src/TPDF.cxx
+++ b/postscript/src/TPDF.cxx
@@ -1102,7 +1102,7 @@ void TPDF::Open(const char *fname, Int_t wtype)
    fGreen     = -1;
    fBlue      = -1;
    fType      = abs(wtype);
-   SetLineScale(gStyle->GetLineScalePS());
+   SetLineScale(gStyle->GetLineScalePS()/4.);
    gStyle->GetPaperSize(fXsize, fYsize);
    Float_t xrange, yrange;
    if (gPad) {