mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 03:33:25 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue