X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a377b6ea97e78df6256d23fc128c17c680574d44..f2e876d93f457fa24a4fe5251a8cc3edd326c7de:/lib/python/Screens/TutorialWizard.py diff --git a/lib/python/Screens/TutorialWizard.py b/lib/python/Screens/TutorialWizard.py index 234047d0..3febb1af 100644 --- a/lib/python/Screens/TutorialWizard.py +++ b/lib/python/Screens/TutorialWizard.py @@ -10,10 +10,9 @@ config.misc.firstruntutorial = configElementBoolean("config.misc.firstruntutoria class TutorialWizard(Wizard): skin = """ - - + + - @@ -24,7 +23,7 @@ class TutorialWizard(Wizard): self.skin = TutorialWizard.skin self.xmlfile = "tutorialwizard.xml" - Wizard.__init__(self, session, showSteps=False, showStepSlider=False) + Wizard.__init__(self, session, showSteps=False, showStepSlider=False, showList=True, showConfig=False) self["rc"] = MovingPixmap() self["arrowdown"] = MovingPixmap() self["arrowup"] = MovingPixmap()