* ./hurricane/src/hviewer :
- Change: Small size adjustments on the cartouche.
This commit is contained in:
parent
46ab139ef9
commit
66cbe976c3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue