summaryrefslogtreecommitdiffstats
path: root/profile-widget/tankitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'profile-widget/tankitem.cpp')
-rw-r--r--profile-widget/tankitem.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/profile-widget/tankitem.cpp b/profile-widget/tankitem.cpp
index 504d35a9e..ea50dd9cf 100644
--- a/profile-widget/tankitem.cpp
+++ b/profile-widget/tankitem.cpp
@@ -5,11 +5,12 @@
#include "core/profile.h"
#include <QPen>
+static const qreal height = 3.0;
+
TankItem::TankItem(QObject *parent) :
QObject(parent),
plotEndTime(-1)
{
- height = 3;
QColor red(PERSIANRED1);
QColor blue(AIR_BLUE);
QColor yellow(NITROX_YELLOW);