diff options
| author | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-11-14 00:45:04 +0000 |
|---|---|---|
| committer | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-11-14 00:45:04 +0000 |
| commit | f554e00b61a2ecfdbf72314414947de57912fe02 (patch) | |
| tree | 0d85793fbdfef3c4c7f44cb341e1d02614ab9e87 /apps/gui/gwps.h | |
| parent | bb999f9eb3aec0aa5b693a52b70090fb5f9caaf0 (diff) | |
| download | rockbox-f554e00b61a2ecfdbf72314414947de57912fe02.zip rockbox-f554e00b61a2ecfdbf72314414947de57912fe02.tar.gz rockbox-f554e00b61a2ecfdbf72314414947de57912fe02.tar.bz2 rockbox-f554e00b61a2ecfdbf72314414947de57912fe02.tar.xz | |
Allow setting a margin on a non-scrolling line by using %m|margin| instead of %s|margin|. This allows to easily place dynamic info next to album art.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15610 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/gwps.h')
| -rw-r--r-- | apps/gui/gwps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h index 94c2836..31f58ee 100644 --- a/apps/gui/gwps.h +++ b/apps/gui/gwps.h @@ -124,7 +124,7 @@ enum wps_token_type { WPS_TOKEN_ALIGN_LEFT, WPS_TOKEN_ALIGN_CENTER, WPS_TOKEN_ALIGN_RIGHT, - WPS_TOKEN_ALIGN_SCROLLMARGIN, + WPS_TOKEN_LEFTMARGIN, /* Sublines */ WPS_TOKEN_SUBLINE_TIMEOUT, |