diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-12-29 09:51:34 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-12-29 09:51:34 -0800 |
commit | 87f1301f50ecc5d8ea981e413514b27c24baef1c (patch) | |
tree | 49171d339f0459a440b9a07391efb6452b218e0b /qt-mobile/qmlprofile.cpp | |
parent | ef653b41f5959bbbe0f405e765844a9b388ae805 (diff) | |
download | subsurface-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.cpp | 1 |
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); |