mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-25 00:54:39 +03:00
PageItem border has been changed
This commit is contained in:
parent
16249c7f05
commit
7f122003ff
@ -109,8 +109,8 @@ void PageItemDesignIntf::paint(QPainter *ppainter, const QStyleOptionGraphicsIte
|
||||
ppainter->fillRect(rect(),Qt::white);
|
||||
QPen pen;
|
||||
pen.setColor(Qt::gray);
|
||||
pen.setWidth(2);
|
||||
pen.setStyle(Qt::DotLine);
|
||||
pen.setWidth(1);
|
||||
pen.setStyle(Qt::SolidLine);
|
||||
ppainter->setPen(pen);
|
||||
QRectF tmpRect = rect();
|
||||
tmpRect.adjust(-4,-4,4,4);
|
||||
|
Loading…
Reference in New Issue
Block a user