diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-19 03:19:41 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-19 03:19:41 +0000 |
| commit | b4448ddb042e5f5015125597633e368f17acbcec (patch) | |
| tree | 95d49a485f3328a5591b127d3cb82bf036128c25 /lib/python/Plugins | |
| parent | 85f5c84f1e3e4d22fb1939751d39de03877b93d8 (diff) | |
| download | enigma2-b4448ddb042e5f5015125597633e368f17acbcec.tar.gz enigma2-b4448ddb042e5f5015125597633e368f17acbcec.zip | |
better marking of current cursor in Components.Input
change eLabel to being able to mark a character
Diffstat (limited to 'lib/python/Plugins')
| -rw-r--r-- | lib/python/Plugins/test/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/test/plugin.py b/lib/python/Plugins/test/plugin.py index c08a986f..d85a80c9 100644 --- a/lib/python/Plugins/test/plugin.py +++ b/lib/python/Plugins/test/plugin.py @@ -11,7 +11,7 @@ import os class Test(Screen): skin = """ <screen position="100,100" size="550,400" title="Test" > - <widget name="text" position="0,0" size="550,400" font="Regular;20" /> + <widget name="text" position="0,0" size="550,25" font="Regular;20" /> </screen>""" def __init__(self, session, args = None): |
