From 0877d9345761d037df4e9e9e980da8d5288e57b6 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 18 Nov 2013 17:01:58 -0800 Subject: 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 --- qt-ui/diveplanner.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-ui') diff --git a/qt-ui/diveplanner.cpp b/qt-ui/diveplanner.cpp index 081f7f60d..d84e4aea9 100644 --- a/qt-ui/diveplanner.cpp +++ b/qt-ui/diveplanner.cpp @@ -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); } -- cgit v1.2.3-70-g09d2