diff options
Diffstat (limited to 'profile-widget/profilewidget2.cpp')
-rw-r--r-- | profile-widget/profilewidget2.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profile-widget/profilewidget2.cpp b/profile-widget/profilewidget2.cpp index 79aa2e876..942996df1 100644 --- a/profile-widget/profilewidget2.cpp +++ b/profile-widget/profilewidget2.cpp @@ -89,7 +89,9 @@ static struct _ItemPos { // Constant describing at which z-level the thumbnails are located. // We might add more constants here for easier customability. +#ifndef SUBSURFACE_MOBILE static const double thumbnailBaseZValue = 100.0; +#endif ProfileWidget2::ProfileWidget2(QWidget *parent) : QGraphicsView(parent), currentState(INVALID), |