Quick hack to make the dive add icons smaller
This is about the right size, but the scaling pixelates the icons. So this is not really a fix, just a hack. See #269 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a63d61042d
commit
0877d93457
@ -1498,4 +1498,5 @@ ExpanderGraphics::ExpanderGraphics(QGraphicsItem* parent): QGraphicsRectItem(par
|
||||
Q_FOREACH(QGraphicsItem *i, childItems()){
|
||||
i->setPos(i->pos().x(), i->pos().y() - r.height());
|
||||
}
|
||||
setScale(0.7);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user