From 91e7aeec0b15d28eb263c0699fdce4a00a3669c6 Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 08 Mar 2005 09:24:53 +0000 Subject: todo printing fixes --- (limited to 'korganizer/calprinter.cpp') diff --git a/korganizer/calprinter.cpp b/korganizer/calprinter.cpp index 6b5b0fe..0cdf28e 100644 --- a/korganizer/calprinter.cpp +++ b/korganizer/calprinter.cpp @@ -131,7 +131,7 @@ void CalPrinter::preview( PrintType type, const QDate &fd, const QDate &td ) void CalPrinter::print( PrintType type, const QDate &fd, const QDate &td ) { - mPrintDialog->resize( 640, 380 ); + mPrintDialog->resize( 640, 440 ); mPrintDialog->setPreview( false ); mPrintDialog->setPrintType( int( type ) ); setDateRange( fd, td ); -- cgit v0.9.0.2