diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-06-02 09:51:03 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-06-02 09:51:03 +0000 |
| commit | 57ad6f9b039f810880f46c1b447955a3c3df4842 (patch) | |
| tree | 3a230d7357a7bd2c1f21b2005b3fad66366be655 /utils/themeeditor | |
| parent | ff2d224ae7b15a7e651f57211605c69dbb946ce8 (diff) | |
| download | rockbox-57ad6f9b039f810880f46c1b447955a3c3df4842.zip rockbox-57ad6f9b039f810880f46c1b447955a3c3df4842.tar.gz rockbox-57ad6f9b039f810880f46c1b447955a3c3df4842.tar.bz2 rockbox-57ad6f9b039f810880f46c1b447955a3c3df4842.tar.xz | |
change the %Cl tag to be cleaner. it it now %Cl(x, y, width, height [, xalign][, yalign])
d,i,s modifiers are no longer supported (were there for origional compatability) and +,- modifiers are not supported anymore either.
Legal values for xalign are: l,c,r (left, center, right)
Legal values for xalign are: t,c,b (top, center, bottom)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26475 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor')
| -rw-r--r-- | utils/themeeditor/tag_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/tag_table.c b/utils/themeeditor/tag_table.c index 6ec3302..d128e5c 100644 --- a/utils/themeeditor/tag_table.c +++ b/utils/themeeditor/tag_table.c @@ -172,7 +172,7 @@ struct tag_info legal_tags[] = { SKIN_TOKEN_IMAGE_PRELOAD, "x", "SFII" }, { SKIN_TOKEN_LOAD_FONT, "Fl" , "IF"}, - { SKIN_TOKEN_ALBUMART_LOAD, "Cl" , "IISS"}, + { SKIN_TOKEN_ALBUMART_LOAD, "Cl" , "IIII|ss"}, { SKIN_TOKEN_ALBUMART_DISPLAY, "C" , ""}, { SKIN_TOKEN_VIEWPORT_ENABLE, "Vd" , "S"}, |