Index: /ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerEditor.py
===================================================================
--- /ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerEditor.py	(revision 1754)
+++ /ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerEditor.py	(revision 1755)
@@ -351,5 +351,5 @@
 	"""Edit AutoTimer"""
 
-	skin = """<screen name="AutoTimerEdit" title="Edit AutoTimer" position="75,155" size="565,280">
+	skin = """<screen name="AutoTimerEdit" title="Edit AutoTimer" position="center,center" size="565,280">
 		<widget name="config" position="5,5" size="555,225" scrollbarMode="showOnDemand" />
 		<ePixmap position="0,235" zPosition="4" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
@@ -713,5 +713,5 @@
 	"""Edit AutoTimer Filter"""
 
-	skin = """<screen name="AutoFilterEditor" title="Edit AutoTimer Filters" position="75,150" size="565,245">
+	skin = """<screen name="AutoFilterEditor" title="Edit AutoTimer Filters" position="center,center" size="565,245">
 		<widget name="config" position="5,5" size="555,200" scrollbarMode="showOnDemand" />
 		<ePixmap position="5,205" zPosition="4" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
@@ -917,5 +917,5 @@
 	"""Edit allowed Services of a AutoTimer"""
 
-	skin = """<screen name="AutoTimerServiceEditor" title="Edit AutoTimer Services" position="75,150" size="565,245">
+	skin = """<screen name="AutoTimerServiceEditor" title="Edit AutoTimer Services" position="center,center" size="565,245">
 		<widget name="config" position="5,5" size="555,200" scrollbarMode="showOnDemand" />
 		<ePixmap position="5,205" zPosition="4" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
Index: /ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerImporter.py
===================================================================
--- /ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerImporter.py	(revision 1754)
+++ /ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerImporter.py	(revision 1755)
@@ -99,5 +99,5 @@
 	"""Import AutoTimer from Timer"""
 
-	skin = """<screen name="AutoTimerImporter" title="Import AutoTimer" position="75,155" size="565,280">
+	skin = """<screen name="AutoTimerImporter" title="Import AutoTimer" position="center,center" size="565,280">
 		<widget name="list" position="5,5" size="555,225" scrollbarMode="showOnDemand" />
 		<ePixmap position="0,235" zPosition="4" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
Index: /ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerOverview.py
===================================================================
--- /ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerOverview.py	(revision 1754)
+++ /ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerOverview.py	(revision 1755)
@@ -25,5 +25,5 @@
 	"""Overview of AutoTimers"""
 
-	skin = """<screen name="AutoTimerOverview" position="140,148" size="460,265" title="AutoTimer Overview">
+	skin = """<screen name="AutoTimerOverview" position="center,center" size="460,265" title="AutoTimer Overview">
 			<widget name="entries" position="5,5" size="450,200" scrollbarMode="showOnDemand" />
 			<ePixmap position="0,220" zPosition="1" size="140,40" pixmap="skin_default/buttons/green.png" alphatest="on" />
Index: /ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerPreview.py
===================================================================
--- /ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerPreview.py	(revision 1754)
+++ /ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerPreview.py	(revision 1755)
@@ -17,5 +17,5 @@
 	"""Preview Timers which would be set"""
 
-	skin = """<screen name="AutoTimerPreview" title="Preview AutoTimer" position="75,155" size="565,265">
+	skin = """<screen name="AutoTimerPreview" title="Preview AutoTimer" position="center,center" size="565,265">
 		<widget source="timerlist" render="Listbox" position="5,5" size="555,210" scrollbarMode="showOnDemand">
 			<convert type="TemplatedMultiContent">
Index: /ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerSettings.py
===================================================================
--- /ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerSettings.py	(revision 1754)
+++ /ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerSettings.py	(revision 1755)
@@ -12,4 +12,5 @@
 from Components.ActionMap import ActionMap
 from Components.Label import Label
+from Components.Sources.StaticText import StaticText
 from Components.Pixmap import Pixmap
 
@@ -42,9 +43,6 @@
 
 		# Initialize widgets
-		self["oktext"] = Label(_("OK"))
-		self["canceltext"] = Label(_("Cancel"))
-		self["ok"] = Pixmap()
-		self["cancel"] = Pixmap()
-		self["title"] = Label(_("AutoTimer Settings"))
+		self["key_green"] = Label(_("OK"))
+		self["key_red"] = Label(_("Cancel"))
 
 		# Define Actions
Index: /ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerEditor.py
===================================================================
--- /ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerEditor.py	(revision 1754)
+++ /ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerEditor.py	(revision 1755)
@@ -351,5 +351,5 @@
 	"""Edit AutoTimer"""
 
-	skin = """<screen name="AutoTimerEdit" title="Edit AutoTimer" position="75,155" size="565,280">
+	skin = """<screen name="AutoTimerEdit" title="Edit AutoTimer" position="center,center" size="565,280">
 		<widget name="config" position="5,5" size="555,225" scrollbarMode="showOnDemand" />
 		<ePixmap position="0,235" zPosition="4" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
@@ -713,5 +713,5 @@
 	"""Edit AutoTimer Filter"""
 
-	skin = """<screen name="AutoFilterEditor" title="Edit AutoTimer Filters" position="75,150" size="565,245">
+	skin = """<screen name="AutoFilterEditor" title="Edit AutoTimer Filters" position="center,center" size="565,245">
 		<widget name="config" position="5,5" size="555,200" scrollbarMode="showOnDemand" />
 		<ePixmap position="5,205" zPosition="4" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
@@ -917,5 +917,5 @@
 	"""Edit allowed Services of a AutoTimer"""
 
-	skin = """<screen name="AutoTimerServiceEditor" title="Edit AutoTimer Services" position="75,150" size="565,245">
+	skin = """<screen name="AutoTimerServiceEditor" title="Edit AutoTimer Services" position="center,center" size="565,245">
 		<widget name="config" position="5,5" size="555,200" scrollbarMode="showOnDemand" />
 		<ePixmap position="5,205" zPosition="4" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
Index: /ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerImporter.py
===================================================================
--- /ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerImporter.py	(revision 1754)
+++ /ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerImporter.py	(revision 1755)
@@ -99,5 +99,5 @@
 	"""Import AutoTimer from Timer"""
 
-	skin = """<screen name="AutoTimerImporter" title="Import AutoTimer" position="75,155" size="565,280">
+	skin = """<screen name="AutoTimerImporter" title="Import AutoTimer" position="center,center" size="565,280">
 		<widget name="list" position="5,5" size="555,225" scrollbarMode="showOnDemand" />
 		<ePixmap position="0,235" zPosition="4" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
Index: /ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerOverview.py
===================================================================
--- /ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerOverview.py	(revision 1754)
+++ /ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerOverview.py	(revision 1755)
@@ -25,5 +25,5 @@
 	"""Overview of AutoTimers"""
 
-	skin = """<screen name="AutoTimerOverview" position="140,148" size="460,265" title="AutoTimer Overview">
+	skin = """<screen name="AutoTimerOverview" position="center,center" size="460,265" title="AutoTimer Overview">
 			<widget name="entries" position="5,5" size="450,200" scrollbarMode="showOnDemand" />
 			<ePixmap position="0,220" zPosition="1" size="140,40" pixmap="skin_default/buttons/green.png" alphatest="on" />
Index: /ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerPreview.py
===================================================================
--- /ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerPreview.py	(revision 1754)
+++ /ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerPreview.py	(revision 1755)
@@ -17,5 +17,5 @@
 	"""Preview Timers which would be set"""
 
-	skin = """<screen name="AutoTimerPreview" title="Preview AutoTimer" position="75,155" size="565,265">
+	skin = """<screen name="AutoTimerPreview" title="Preview AutoTimer" position="center,center" size="565,265">
 		<widget source="timerlist" render="Listbox" position="5,5" size="555,210" scrollbarMode="showOnDemand">
 			<convert type="TemplatedMultiContent">
Index: /ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerSettings.py
===================================================================
--- /ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerSettings.py	(revision 1754)
+++ /ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerSettings.py	(revision 1755)
@@ -12,4 +12,5 @@
 from Components.ActionMap import ActionMap
 from Components.Label import Label
+from Components.Sources.StaticText import StaticText
 from Components.Pixmap import Pixmap
 
@@ -42,9 +43,6 @@
 
 		# Initialize widgets
-		self["oktext"] = Label(_("OK"))
-		self["canceltext"] = Label(_("Cancel"))
-		self["ok"] = Pixmap()
-		self["cancel"] = Pixmap()
-		self["title"] = Label(_("AutoTimer Settings"))
+		self["key_green"] = Label(_("OK"))
+		self["key_red"] = Label(_("Cancel"))
 
 		# Define Actions
