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:
Dirk Hohndel 2013-11-18 17:01:58 -08:00
parent a63d61042d
commit 0877d93457

View file

@ -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);
}