do some voodoo on the config list to store the connectedTo values properly (reset...
[enigma2.git] / lib / python / Screens / Console.py
index d71a7a82179b17270a8456d69b675dadc2259d1d..0ceba3ec106808ee290055040aa0fb43127a65ef 100644 (file)
@@ -7,7 +7,7 @@ class Console(Screen):
        #TODO move this to skin.xml
        skin = """
                <screen position="100,100" size="550,400" title="Command execution..." >
-                       <widget name="text" position="0,0" size="550,400" font="Regular;15" />
+                       <widget name="text" position="0,0" size="550,400" font="Console;14" />
                </screen>"""
                
        def __init__(self, session, title = "Console", cmdlist = None, finishedCallback = None, closeOnSuccess = False):