diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-12-01 14:34:41 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-12-01 14:34:41 (GMT) |
commit | b78e619c1141e989dd8af749550c8ecce8d607e6 (patch) | |
tree | 9dde075e6ad0f93ba862369360bf887c75b49a93 /abs | |
parent | 9900d56351b3beeeb004fc81ca00f810f0401192 (diff) | |
download | linhes_pkgbuild-b78e619c1141e989dd8af749550c8ecce8d607e6.zip linhes_pkgbuild-b78e619c1141e989dd8af749550c8ecce8d607e6.tar.gz linhes_pkgbuild-b78e619c1141e989dd8af749550c8ecce8d607e6.tar.bz2 |
linhes-theme: group filter position tweak. refs #940
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/linhes-theme/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core/linhes-theme/recordings-ui.xml.patch | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/abs/core/linhes-theme/PKGBUILD b/abs/core/linhes-theme/PKGBUILD index 1b035d4..2b8d462 100644 --- a/abs/core/linhes-theme/PKGBUILD +++ b/abs/core/linhes-theme/PKGBUILD @@ -1,6 +1,6 @@ pkgname=linhes-theme pkgver=8.1 -pkgrel=8 +pkgrel=9 pkgdesc="Default LinHES MythTV theme" arch=('i686' 'x86_64') license=('GPL2') @@ -54,7 +54,7 @@ md5sums=('SKIP' 'e061490fc869e0e14d4e144c17c3ec56' 'ed60c5b0b30b1ad1d051a070bfd2f8dd' '83b03852c6f46bc791bfa6e8c894ca01' - '603420c2771a6ed88e23d961ef40f1cc' + '33609e27406f00bdc0243a5ef840c6f9' 'aff82cf901edc4baa058013d93610cfc' '7d7bc458a8f4af408700609f3e1f412e' '909d7a8114436dcfc28a01d0d97ec11f' diff --git a/abs/core/linhes-theme/recordings-ui.xml.patch b/abs/core/linhes-theme/recordings-ui.xml.patch index 743b79c..7855e5a 100644 --- a/abs/core/linhes-theme/recordings-ui.xml.patch +++ b/abs/core/linhes-theme/recordings-ui.xml.patch @@ -189,7 +189,7 @@ <buttonlist name="groups" from="base_button_list"> - <area>16,189,349,264</area> -+ <area>15,56,570,418</area> ++ <area>15,76,570,398</area> <drawfrombottom>yes</drawfrombottom> <statetype name="buttonitem"> <state name="active"> @@ -218,11 +218,11 @@ </statetype> <statetype name="upscrollarrow"> - <position>0,256</position> -+ <position>0,418</position> ++ <position>0,397</position> </statetype> <statetype name="downscrollarrow"> - <position>20,256</position> -+ <position>20,418</position> ++ <position>20,397</position> </statetype> </buttonlist> |