Change widgets to fit new style (reverted from commit b82b842a5a9f53575ed4df9550d74d5000c94918)
just old style for now, can head over this anytime anyway
This commit is contained in:
committed by
Steffen Schröder
parent
65bd7679b1
commit
9266582049
@ -48,7 +48,11 @@ class StyleManager {
|
||||
// Init settings
|
||||
$this->maniaControl->settingManager->initSetting($this, self::SETTING_LABEL_DEFAULT_STYLE, 'TextTitle1');
|
||||
$this->maniaControl->settingManager->initSetting($this, self::SETTING_QUAD_DEFAULT_STYLE, 'Bgs1InRace');
|
||||
<<<<<<< HEAD
|
||||
$this->maniaControl->settingManager->initSetting($this, self::SETTING_QUAD_DEFAULT_SUBSTYLE, 'BgCardList');
|
||||
=======
|
||||
$this->maniaControl->settingManager->initSetting($this, self::SETTING_QUAD_DEFAULT_SUBSTYLE, 'BgTitleShadow');
|
||||
>>>>>>> parent of 1220ee5... Change widgets to fit new style
|
||||
|
||||
//Main Widget
|
||||
$this->maniaControl->settingManager->initSetting($this, self::SETTING_MAIN_WIDGET_DEFAULT_STYLE, Quad_BgRaceScore2::STYLE);
|
||||
|
Reference in New Issue
Block a user