From 66cbe976c395a4c81a032bd5c0898527f3ef7258 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Thu, 4 Jun 2009 18:28:46 +0000 Subject: [PATCH] * ./hurricane/src/hviewer : - Change: Small size adjustments on the cartouche. --- hurricane/src/hviewer/CellWidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hurricane/src/hviewer/CellWidget.cpp b/hurricane/src/hviewer/CellWidget.cpp index dec79cc8..c1e02edf 100644 --- a/hurricane/src/hviewer/CellWidget.cpp +++ b/hurricane/src/hviewer/CellWidget.cpp @@ -358,7 +358,7 @@ namespace Hurricane { // Class : "Hurricane::CellWidget::DrawingPlanes". - const int CellWidget::DrawingPlanes::_cartoucheWidth = 773; + const int CellWidget::DrawingPlanes::_cartoucheWidth = 743; const int CellWidget::DrawingPlanes::_cartoucheHeight = 80; const int CellWidget::DrawingPlanes::_titleHeight = 60; @@ -587,7 +587,7 @@ namespace Hurricane { int paperWidth = _printer->width (); int paperHeight = _printer->height (); - int frameMargin = 10; + int frameMargin = 25; int drawingWidth = paperWidth - (frameMargin<<1); int drawingHeight = paperHeight - (frameMargin<<1); int ximage = 0;