vcl/unx/generic/printer/configuration/ppds/SGENPRT.PS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 42afbeb0250cea9bd6b9ab21bdaa06fba6fda3d7 Author: Caolán McNamara <[email protected]> AuthorDate: Mon Jun 30 11:52:04 2025 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Mon Jun 30 16:53:59 2025 +0200 use default resolution of 600dpi for generic printer fallback which is the resolution I see for my contemporary real printers so reduce the difference between fallback and typical cases. Change-Id: I1ee10a0a0721b1c5fc61b83f3b2088e123ae54a1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187185 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/vcl/unx/generic/printer/configuration/ppds/SGENPRT.PS b/vcl/unx/generic/printer/configuration/ppds/SGENPRT.PS index ed5882a593f9..ec43067d1572 100644 --- a/vcl/unx/generic/printer/configuration/ppds/SGENPRT.PS +++ b/vcl/unx/generic/printer/configuration/ppds/SGENPRT.PS @@ -88,7 +88,7 @@ *End -*DefaultResolution: 300dpi +*DefaultResolution: 600dpi *ResScreenFreq 72dpi: "60.0" *ResScreenFreq 144dpi: "60.0"
