summaryrefslogtreecommitdiff
path: root/quickbutton
diff options
context:
space:
mode:
authorDr.Best <dr_best@users.schwerkraft.elitedvb.net>2009-06-17 19:30:46 (GMT)
committerDr.Best <dr_best@users.schwerkraft.elitedvb.net>2009-06-17 19:30:46 (GMT)
commit830a215446bfb58ee12410a52e21297ff4146ddb (patch)
tree86f9ba3535cb1d18a84a972219dc00ef1d0cbb14 /quickbutton
parent6153ae4e493711d4453ef337bc0935f6aafea10d (diff)
-center configscreen
-add Turkish locale (thanks to MytHoLoG)
Diffstat (limited to 'quickbutton')
-rw-r--r--quickbutton/po/Makefile.am2
-rw-r--r--quickbutton/src/plugin.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/quickbutton/po/Makefile.am b/quickbutton/po/Makefile.am
index 7d72ba4..46f2156 100644
--- a/quickbutton/po/Makefile.am
+++ b/quickbutton/po/Makefile.am
@@ -13,7 +13,7 @@ GETTEXT=xgettext
#MSGFMT = ./msgfmt.py
MSGFMT = msgfmt
-LANGS := de
+LANGS := de tr
LANGPO := $(foreach LANG, $(LANGS),$(LANG).po)
LANGMO := $(foreach LANG, $(LANGS),$(LANG).mo)
diff --git a/quickbutton/src/plugin.py b/quickbutton/src/plugin.py
index e52db55..afe3344 100644
--- a/quickbutton/src/plugin.py
+++ b/quickbutton/src/plugin.py
@@ -167,7 +167,7 @@ def startPlugin(self,pname):
class QuickbuttonSetup(ConfigListScreen, Screen):
skin = """
- <screen position="100,100" size="550,400" title="Quickbutton Setup" >
+ <screen position="center,center" size="550,400" title="Quickbutton Setup" >
<widget name="config" position="20,10" size="510,330" scrollbarMode="showOnDemand" />
<widget name="key_red" position="0,350" size="140,40" valign="center" halign="center" zPosition="5" transparent="1" foregroundColor="white" font="Regular;18"/>
<widget name="key_green" position="140,350" size="140,40" valign="center" halign="center" zPosition="5" transparent="1" foregroundColor="white" font="Regular;18"/>