parent
9ba2fdb2f2
commit
22db20e9eb
@ -16,6 +16,7 @@
|
|||||||
#include "LightDisplaySkinlet.h"
|
#include "LightDisplaySkinlet.h"
|
||||||
#include "DashboardPage.h"
|
#include "DashboardPage.h"
|
||||||
#include "MenuBar.h"
|
#include "MenuBar.h"
|
||||||
|
#include "RoomsPage.h"
|
||||||
#include "RoundedIcon.h"
|
#include "RoundedIcon.h"
|
||||||
#include "RoundButton.h"
|
#include "RoundButton.h"
|
||||||
#include "TopBar.h"
|
#include "TopBar.h"
|
||||||
@ -242,6 +243,7 @@ void Skin::initHints( const Palette& palette )
|
|||||||
// palette dependent skin hints:
|
// palette dependent skin hints:
|
||||||
ed.setGradient( MenuBar::Panel, palette.menuBar );
|
ed.setGradient( MenuBar::Panel, palette.menuBar );
|
||||||
ed.setGradient( DashboardPage::Panel, palette.mainContent );
|
ed.setGradient( DashboardPage::Panel, palette.mainContent );
|
||||||
|
ed.setGradient( RoomsPage::Panel, palette.mainContent );
|
||||||
|
|
||||||
ed.setColor( Box::Panel, palette.box );
|
ed.setColor( Box::Panel, palette.box );
|
||||||
QskShadowMetrics shadowMetrics( 0, 10 );
|
QskShadowMetrics shadowMetrics( 0, 10 );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user