aboutsummaryrefslogtreecommitdiff
path: root/data/skin_default.xml
diff options
context:
space:
mode:
authoracid-burn <acidburn@opendreambox.org>2009-10-13 07:12:43 +0200
committeracid-burn <acidburn@opendreambox.org>2009-10-13 07:12:43 +0200
commit2f32fea66879d0d84d401ca7ff83a97a3837c36a (patch)
tree45b23b427bfc4c0203d700ab0dab992a12f42bbb /data/skin_default.xml
parenta3bccc61a71fc657244ed46d3cfb3ef84b87e715 (diff)
downloadenigma2-2f32fea66879d0d84d401ca7ff83a97a3837c36a.tar.gz
enigma2-2f32fea66879d0d84d401ca7ff83a97a3837c36a.zip
Enigma2{data/skin_default.xml,Screens/Setup.py}: -replace Buttons and Labels through StaticText
- remove irritating double Title and use self.setup_title as Screen Title
Diffstat (limited to 'data/skin_default.xml')
-rwxr-xr-xdata/skin_default.xml19
1 files changed, 8 insertions, 11 deletions
diff --git a/data/skin_default.xml b/data/skin_default.xml
index 065d99d9..b2adfaa3 100755
--- a/data/skin_default.xml
+++ b/data/skin_default.xml
@@ -861,14 +861,11 @@ self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y()))
</screen>
<!-- Setup -->
<screen name="Setup" position="center,center" size="560,430" title="Setup">
- <widget name="cancel" pixmap="skin_default/buttons/red.png" position="0,0" size="140,40" alphatest="on" />
- <widget name="ok" pixmap="skin_default/buttons/green.png" position="140,0" size="140,40" alphatest="on" />
- <ePixmap pixmap="skin_default/buttons/yellow.png" position="280,0" size="140,40" alphatest="on" />
- <ePixmap pixmap="skin_default/buttons/blue.png" position="420,0" size="140,40" alphatest="on" />
- <widget name="canceltext" position="0,0" zPosition="1" size="140,40" font="Regular;20" halign="center" valign="center" backgroundColor="#9f1313" transparent="1" />
- <widget name="oktext" position="140,0" zPosition="1" size="140,40" font="Regular;20" halign="center" valign="center" backgroundColor="#1f771f" transparent="1" />
- <widget name="title" position="10,45" size="280,35" font="Regular;23" />
- <widget name="config" position="10,95" size="540,325" scrollbarMode="showOnDemand" />
+ <ePixmap pixmap="skin_default/buttons/red.png" position="0,0" size="140,40" alphatest="on" />
+ <ePixmap pixmap="skin_default/buttons/green.png" position="140,0" size="140,40" alphatest="on" />
+ <widget source="key_red" render="Label" position="0,0" zPosition="1" size="140,40" font="Regular;20" halign="center" valign="center" backgroundColor="#9f1313" transparent="1" />
+ <widget source="key_green" render="Label" position="140,0" zPosition="1" size="140,40" font="Regular;20" halign="center" valign="center" backgroundColor="#1f771f" transparent="1" />
+ <widget name="config" position="5,50" size="550,325" scrollbarMode="showOnDemand" />
</screen>
<!-- Simple channelselection -->
<screen name="SimpleChannelSelection" position="center,center" size="560,430" title="Channel Selection">
@@ -1107,9 +1104,9 @@ self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y()))
</screen>
<!-- LCD screen (setup) -->
<screen name="SetupSummary" position="0,0" size="132,64">
- <widget name="SetupTitle" position="6,0" size="120,16" font="Regular;12" />
- <widget name="SetupEntry" position="6,16" size="120,32" font="Regular;12" />
- <widget name="SetupValue" position="6,48" size="120,16" font="Regular;12" />
+ <widget source="SetupTitle" render="Label" position="6,0" size="120,16" font="Regular;12" />
+ <widget source="SetupEntry" render="Label" position="6,16" size="120,32" font="Regular;12" />
+ <widget source="SetupValue" render="Label" position="6,48" size="120,16" font="Regular;12" />
</screen>
<!-- LCD screen (misc) -->
<screen name="SimpleSummary" position="0,0" size="132,64">