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:
kremsy
2014-03-02 10:41:51 +01:00
committed by Steffen Schröder
parent 65bd7679b1
commit 9266582049
3 changed files with 18 additions and 14 deletions

View File

@ -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);