diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2009-10-28 06:44:37 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2009-10-28 06:44:37 +0000 |
| commit | bee59000324bfd74a38d6d652dae62fc61b3b344 (patch) | |
| tree | 1f210c42661e3f2bc3de3d0e73e0e2c635b43611 /wps | |
| parent | a30f25ddd422c3bf39a6c9964b25c3a7b01676b3 (diff) | |
| download | rockbox-bee59000324bfd74a38d6d652dae62fc61b3b344.zip rockbox-bee59000324bfd74a38d6d652dae62fc61b3b344.tar.gz rockbox-bee59000324bfd74a38d6d652dae62fc61b3b344.tar.bz2 rockbox-bee59000324bfd74a38d6d652dae62fc61b3b344.tar.xz | |
Allow the x and y pixel values of viewports to be a negative number..
%V|-50|0|-|..... will position that viewport 50 pixels from the right of the display at the top.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23378 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'wps')
| -rw-r--r-- | wps/classic_statusbar.sbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wps/classic_statusbar.sbs b/wps/classic_statusbar.sbs index 23e6e14..22fa9e5 100644 --- a/wps/classic_statusbar.sbs +++ b/wps/classic_statusbar.sbs @@ -35,5 +35,5 @@ # Clock on RTC able targets, and disk access -%V|140|0|-|8|0|-|-| # The 140 is (LCD_WIDTH-(6 letters * 6 pixels)) +%V|-36|0|-|8|0|-|-| # align on the right with room for 6 SYSFONT digits %?ca<%?St|time format|<%cH|%cI>:%cM|--:-->%?lh<*|> |