diff --git a/widgets/signalplotter.cpp b/widgets/signalplotter.cpp index 4cd93ea83..926fc3e5f 100644 --- a/widgets/signalplotter.cpp +++ b/widgets/signalplotter.cpp @@ -140,7 +140,7 @@ SignalPlotter::SignalPlotter(QGraphicsItem *parent) d->stackPlots = true; d->fillPlots = true; - d->svgBackground = 0; + setSvgBackground("widgets/plot-background"); connect(Plasma::Theme::defaultTheme(), SIGNAL(themeChanged()), SLOT(themeChanged())); d->themeChanged();