From 45ad464cac11928770a1f8451680871c328507e0 Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Wed, 7 Apr 2021 12:22:28 +0200 Subject: [PATCH] fix skin changes --- examples/iot-dashboard/Skin.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/iot-dashboard/Skin.cpp b/examples/iot-dashboard/Skin.cpp index a77c0732..a32dc1cc 100644 --- a/examples/iot-dashboard/Skin.cpp +++ b/examples/iot-dashboard/Skin.cpp @@ -131,9 +131,11 @@ void Skin::initHints( const Palette& palette ) ed.setGradient( MainContent::Panel, palette.mainContent ); ed.setGradient( Box::Panel, palette.box ); ed.setGradient( BoxWithButtons::Panel, palette.box ); + ed.setGradient( Diagram::Panel, palette.box ); ed.setColor( LightDisplay::Panel, palette.lightDisplay ); ed.setColor( PieChartPainted::Panel, palette.pieChart ); ed.setGradient( RoundButton::Panel, palette.roundButton ); ed.setBoxBorderColors( WeekdayBox::Panel, palette.weekdayBox ); ed.setColor( QskTextLabel::Text, palette.text ); + ed.setColor( WeekdayLabel::Text, palette.text ); }