mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-01 03:39:48 +03:00
Fix: lrtextitem.cpp
* fakeMarginSize - убрал +5px постоянный размер прогала
This commit is contained in:
@@ -78,7 +78,7 @@ TextItem::TextItem(QObject *owner, QGraphicsItem *parent)
|
||||
TextItem::~TextItem(){}
|
||||
|
||||
int TextItem::fakeMarginSize() const{
|
||||
return marginSize()+5;
|
||||
return marginSize()/*+5*/;
|
||||
}
|
||||
|
||||
void TextItem::preparePopUpMenu(QMenu &menu)
|
||||
|
Reference in New Issue
Block a user