You've already forked linux-packaging-mono
Imported Upstream version 5.8.0.22
Former-commit-id: df344e34b07851d296efb3e6604c8db42b6f7aa3
This commit is contained in:
parent
5f4a27cc8a
commit
7d05485754
@ -116,11 +116,11 @@ namespace System.Drawing.Printing
|
||||
if (default_pagesettings == null) {
|
||||
default_pagesettings = new PageSettings (this,
|
||||
SupportsColor,
|
||||
false,
|
||||
// Real defaults are set by LoadPrinterSettings
|
||||
new PaperSize("A4", 827, 1169),
|
||||
new PaperSource("Tray", PaperSourceKind.FormSource),
|
||||
new PrinterResolution(200, 200, PrinterResolutionKind.Medium));
|
||||
false,
|
||||
// Real defaults are set by LoadPrinterSettings
|
||||
new PaperSize("A4", 827, 1169),
|
||||
new PaperSource(PaperSourceKind.FormSource, "Tray"),
|
||||
new PrinterResolution(PrinterResolutionKind.Medium, 200, 200));
|
||||
}
|
||||
|
||||
return default_pagesettings;
|
||||
|
Reference in New Issue
Block a user