From 6c97955139cc9dd158e600113af5cff838aa24b7 Mon Sep 17 00:00:00 2001 From: bamse16 Date: Mon, 25 May 2009 10:49:09 +0000 Subject: Issue #227 - Added paper size option in the print panel. Will check if this is fine instead of enabling the page setup menu again. --- Source/TableDocument.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source') diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 6cd9284a..9b15dced 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -126,7 +126,7 @@ NSString *TableDocumentFavoritesControllerSelectionIndexDidChange = @"TableDocum //add ability to select orientation to print panel NSPrintPanel *printPanel = [op printPanel]; - [printPanel setOptions:[printPanel options] + NSPrintPanelShowsOrientation + NSPrintPanelShowsScaling]; + [printPanel setOptions:[printPanel options] + NSPrintPanelShowsOrientation + NSPrintPanelShowsScaling + NSPrintPanelShowsPaperSize]; [op setPrintPanel:printPanel]; [op runOperationModalForWindow:tableWindow -- cgit v1.2.3