aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qmlprofile.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-29 09:51:34 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-29 09:51:34 -0800
commit87f1301f50ecc5d8ea981e413514b27c24baef1c (patch)
tree49171d339f0459a440b9a07391efb6452b218e0b /qt-mobile/qmlprofile.cpp
parentef653b41f5959bbbe0f405e765844a9b388ae805 (diff)
downloadsubsurface-87f1301f50ecc5d8ea981e413514b27c24baef1c.tar.gz
QML UI: draw the profile anti aliased
This seems to look much better. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qmlprofile.cpp')
-rw-r--r--qt-mobile/qmlprofile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qmlprofile.cpp b/qt-mobile/qmlprofile.cpp
index 276da7495..0a1e13f38 100644
--- a/qt-mobile/qmlprofile.cpp
+++ b/qt-mobile/qmlprofile.cpp
@@ -7,6 +7,7 @@ QMLProfile::QMLProfile(QQuickItem *parent) :
QQuickPaintedItem(parent),
m_margin(0)
{
+ setAntialiasing(true);
m_profileWidget = new ProfileWidget2(0);
m_profileWidget->setProfileState();
m_profileWidget->setPrintMode(true);