Enlarge your size

This commit is contained in:
Florent 2013-01-23 16:11:29 +01:00
commit 96ca30388d

View file

@ -38,7 +38,7 @@ class NewspaperPresseuropBackend(GenericNewspaperBackend, ICapMessages):
BROWSER = NewspaperPresseuropBrowser
RSSID = staticmethod(rssid)
URL2ID = staticmethod(url2id)
RSSSIZE = 140
RSSSIZE = 180
CONFIG = BackendConfig(Value('lang', label='Lang of articles',
choices={'fr': 'fr', 'de': 'de', 'en': 'en', 'cs': 'cs', 'es': 'es', 'it': 'it', 'nl': 'nl', 'pl': 'pl', 'pt': 'pt', 'ro': 'ro'}, default='fr'))