diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-09-23 18:25:05 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-09-23 18:25:05 (GMT) |
commit | c448687a1bb25b3bec0f424c8dc0ab1a41d12681 (patch) | |
tree | f4dec53d794ca9e4970e0ab6ce456cfbb0c902dc /abs/core/linhes-theme/osd.xml.patch | |
parent | 91fbd154061ff8b53cc7eb647e64b72a67c562b2 (diff) | |
download | linhes_pkgbuild-c448687a1bb25b3bec0f424c8dc0ab1a41d12681.zip linhes_pkgbuild-c448687a1bb25b3bec0f424c8dc0ab1a41d12681.tar.gz linhes_pkgbuild-c448687a1bb25b3bec0f424c8dc0ab1a41d12681.tar.bz2 |
linhes-theme: change all corner radius to macth selected buttons
show channel icon when there is no coverart.
Diffstat (limited to 'abs/core/linhes-theme/osd.xml.patch')
-rw-r--r-- | abs/core/linhes-theme/osd.xml.patch | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/abs/core/linhes-theme/osd.xml.patch b/abs/core/linhes-theme/osd.xml.patch index 67748f7..b6cb761 100644 --- a/abs/core/linhes-theme/osd.xml.patch +++ b/abs/core/linhes-theme/osd.xml.patch @@ -1,6 +1,29 @@ ---- osd.xml.orig 2014-01-02 19:56:57.605092545 +0000 -+++ osd.xml 2014-01-02 20:02:34.958563960 +0000 -@@ -996,12 +996,12 @@ +--- osd.xml.orig 2014-09-23 17:43:57.630552593 +0000 ++++ osd.xml 2014-09-23 17:46:50.325639736 +0000 +@@ -975,19 +975,19 @@ + <template>%LONGREPEAT% Size: %FILESIZE_STR%</template> + </textarea> + +- <textarea name="channum"> ++ <textarea name="channum" depends="!coverart"> + <font>large</font> + <area>68,490,162,46</area> + <align>allcenter</align> + </textarea> + +- <textarea name="callsign"> ++ <textarea name="callsign" depends="!coverart"> + <font>large</font> + <area>68,634,162,46</area> + <align>allcenter</align> + </textarea> + +- <imagetype name="iconpath"> ++ <imagetype name="iconpath" depends="!coverart"> + <area>84,536,130,98</area> + <preserveaspect>true</preserveaspect> + <mask>images/osd/masks/osd_program_icon_mask.png</mask> +@@ -996,12 +996,14 @@ <!-- Commit 6216029d2 makes this show up in both recordings and video. --> <!-- Since I only want it in video and there is no way to control it. I have no choice but to disable it. --> @@ -8,6 +31,8 @@ + <imagetype name="coverart"> <area>70,492,158,186</area> ++ <preserveaspect>true</preserveaspect> ++ <mask>images/masks/watchrecordings_coverart_mask.png</mask> <alpha>255</alpha> </imagetype> ---> |