aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-22 23:40:56 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-22 23:40:56 +0000
commitff9ddcfc0ee193c81bdf53461550d74e87206c7b (patch)
tree7654c1bfd48b64a1e8c1e9633316f8f261feb888 /data
parent6d87184b8fa7ebe005e5ba19fb311b9e505a72f8 (diff)
downloadenigma2-ff9ddcfc0ee193c81bdf53461550d74e87206c7b.tar.gz
enigma2-ff9ddcfc0ee193c81bdf53461550d74e87206c7b.zip
move lcd windowstyle to skin_default.xml (fast workaround for non correct
lcd in other than our default skin)
Diffstat (limited to 'data')
-rw-r--r--data/skin.xml16
-rw-r--r--data/skin_default.xml16
2 files changed, 16 insertions, 16 deletions
diff --git a/data/skin.xml b/data/skin.xml
index 2f6027c1..36f73255 100644
--- a/data/skin.xml
+++ b/data/skin.xml
@@ -40,22 +40,6 @@
</borderset>
</windowstyle>
- <!-- this is for LCD -->
- <windowstyle type="skinned" id="1">
- <color name="Background" color="#000000" />
- <color name="LabelForeground" color="#ffffff" />
- <color name="ListboxBackground" color="#000000" />
- <color name="ListboxForeground" color="#ffffff" />
- <color name="ListboxSelectedBackground" color="#000000" />
- <color name="ListboxSelectedForeground" color="#ffffff" />
- <color name="ListboxMarkedBackground" color="#000000" />
- <color name="ListboxMarkedForeground" color="#ffffff" />
- <color name="ListboxMarkedAndSelectedBackground" color="#000000" />
- <color name="ListboxMarkedAndSelectedForeground" color="#ffffff" />
- <color name="WindowTitleForeground" color="#ffffff" />
- <color name="WindowTitleBackground" color="#000000" />
- </windowstyle>
-
<fonts>
<font filename="md_khmurabi_10.ttf" name="Regular" scale="100" />
<font filename="ae_AlMateen.ttf" name="Replacement" scale="90" replacement="1" />
diff --git a/data/skin_default.xml b/data/skin_default.xml
index 5ad897d9..2b032fd3 100644
--- a/data/skin_default.xml
+++ b/data/skin_default.xml
@@ -501,4 +501,20 @@ self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y()))
<widget name="key8" position="135,65" size="130,30" font="Regular;16" halign="center" />
<widget name="key9" position="265,65" size="130,30" font="Regular;16" halign="center" />
</screen>
+
+ <!-- this is for LCD -->
+ <windowstyle type="skinned" id="1">
+ <color name="Background" color="#000000" />
+ <color name="LabelForeground" color="#ffffff" />
+ <color name="ListboxBackground" color="#000000" />
+ <color name="ListboxForeground" color="#ffffff" />
+ <color name="ListboxSelectedBackground" color="#000000" />
+ <color name="ListboxSelectedForeground" color="#ffffff" />
+ <color name="ListboxMarkedBackground" color="#000000" />
+ <color name="ListboxMarkedForeground" color="#ffffff" />
+ <color name="ListboxMarkedAndSelectedBackground" color="#000000" />
+ <color name="ListboxMarkedAndSelectedForeground" color="#ffffff" />
+ <color name="WindowTitleForeground" color="#ffffff" />
+ <color name="WindowTitleBackground" color="#000000" />
+ </windowstyle>
</skin>