diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2009-02-19 01:56:43 +0100 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2009-02-19 01:56:43 +0100 |
| commit | 9208ede8da1fd495eafc24b9dd2d75d84f8a5952 (patch) | |
| tree | 91f3e36e982bedc8b6b268cdedc8129c63c93b82 /lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py | |
| parent | 44fd8be83300affa4321aded6f5734f3b6f2001b (diff) | |
| download | enigma2-9208ede8da1fd495eafc24b9dd2d75d84f8a5952.tar.gz enigma2-9208ede8da1fd495eafc24b9dd2d75d84f8a5952.zip | |
- increase video wizard timeout from 10 to 20 seconds
- rearrange summary screen widgets
- set summary screen before anything else in the wizard
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py index 1d7ce7b5..095e94c0 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py @@ -13,8 +13,8 @@ config.misc.showtestcard = ConfigBoolean(default = False) class VideoWizardSummary(WizardSummary): skin = """ <screen position="0,0" size="132,64"> - <widget name="text" position="6,4" size="120,42" font="Regular;14" transparent="1" /> - <widget source="parent.list" render="Label" position="6,25" size="120,21" font="Regular;16"> + <widget name="text" position="6,4" size="120,40" font="Regular;12" transparent="1" /> + <widget source="parent.list" render="Label" position="6,40" size="120,21" font="Regular;14"> <convert type="StringListSelection" /> </widget> <!--widget name="pic" pixmap="%s" position="6,22" zPosition="10" size="64,64" transparent="1" alphatest="on"/--> |
