From 212264c96b2f75a6db54dfbf0676ede33a4d7734 Mon Sep 17 00:00:00 2001 From: Moritz Venn Date: Mon, 24 Sep 2007 15:49:20 +0000 Subject: [PATCH] Use better pngs for Buttons --- simplerss/src/RSSSetup.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/simplerss/src/RSSSetup.py b/simplerss/src/RSSSetup.py index 11f6f61..2d7a0d9 100644 --- a/simplerss/src/RSSSetup.py +++ b/simplerss/src/RSSSetup.py @@ -9,8 +9,8 @@ class RSSFeedEdit(ConfigListScreen, Screen): skin = """ - - + + """ @@ -46,10 +46,10 @@ class RSSSetup(ConfigListScreen, Screen): skin = """ - - - - + + + + @@ -160,4 +160,4 @@ class RSSSetup(ConfigListScreen, Screen): # Keep feedcount sane config.plugins.simpleRSS.feedcount.value = len(config.plugins.simpleRSS.feed) - config.plugins.simpleRSS.feedcount.save() \ No newline at end of file + config.plugins.simpleRSS.feedcount.save() -- 2.7.4