summaryrefslogtreecommitdiffabout
path: root/korganizer/calprinter.cpp
Side-by-side diff
Diffstat (limited to 'korganizer/calprinter.cpp') (more/less context) (show whitespace changes)
-rw-r--r--korganizer/calprinter.cpp2
1 files changed, 1 insertions, 1 deletions
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 );