diff options
author | Anton Oleynikov <len0x@rockbox.org> | 2005-11-18 00:14:25 +0000 |
---|---|---|
committer | Anton Oleynikov <len0x@rockbox.org> | 2005-11-18 00:14:25 +0000 |
commit | ec0a8a749bbc3aa25bf4c136352725bd9d2532b5 (patch) | |
tree | befe1c6cd628c5a47842a8de2fc1606067ba1dc8 | |
parent | 24c070448fe32fd0d2bb5783a6fba2d7d3212b5e (diff) | |
download | rockbox-ec0a8a749bbc3aa25bf4c136352725bd9d2532b5.tar.gz rockbox-ec0a8a749bbc3aa25bf4c136352725bd9d2532b5.zip |
oops, wrong rwps dimensions in the previous commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7950 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | wps/WPSLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wps/WPSLIST b/wps/WPSLIST index 30a6e6b515..e4375cdd96 100644 --- a/wps/WPSLIST +++ b/wps/WPSLIST @@ -97,6 +97,6 @@ Name: iAmp.rwps Author: Raymond Hoh Font: Nimbus-12.fnt Statusbar: Off -Height: 128 -Width: 160 +Height: 64 +Width: 128 </rwps> |