IOT dashboard: Fix rooms page theming

Resolves #231
This commit is contained in:
Peter Hartmann 2022-12-20 15:48:17 +01:00 committed by uwerat
parent 9ba2fdb2f2
commit 22db20e9eb

View File

@ -16,6 +16,7 @@
#include "LightDisplaySkinlet.h"
#include "DashboardPage.h"
#include "MenuBar.h"
#include "RoomsPage.h"
#include "RoundedIcon.h"
#include "RoundButton.h"
#include "TopBar.h"
@ -242,6 +243,7 @@ void Skin::initHints( const Palette& palette )
// palette dependent skin hints:
ed.setGradient( MenuBar::Panel, palette.menuBar );
ed.setGradient( DashboardPage::Panel, palette.mainContent );
ed.setGradient( RoomsPage::Panel, palette.mainContent );
ed.setColor( Box::Panel, palette.box );
QskShadowMetrics shadowMetrics( 0, 10 );