]> git.sesse.net Git - kdenlive/blobdiff - src/abstractscopewidget.cpp
Audio Scopes:
[kdenlive] / src / abstractscopewidget.cpp
index af113407bc175cb144e6479fb26e21194eedad5d..9bec497da06d293ad7372e1a28b9c05e5d9c9e32 100644 (file)
@@ -40,6 +40,7 @@ const QPen AbstractScopeWidget::penLightDots(QBrush(QColor(200, 200, 250, 150)),
 const QPen AbstractScopeWidget::penLighter(QBrush(QColor(225, 225, 250, 225)),   1, Qt::SolidLine);
 const QPen AbstractScopeWidget::penDark(QBrush(QColor(0, 0, 20, 250)),           1, Qt::SolidLine);
 const QPen AbstractScopeWidget::penDarkDots(QBrush(QColor(0, 0, 20, 250)),       1, Qt::DotLine);
+const QPen AbstractScopeWidget::penBackground(QBrush(dark2),                     1, Qt::SolidLine);
 
 const QString AbstractScopeWidget::directions[] =  {"North", "Northeast", "East", "Southeast"};