diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2009-01-27 17:30:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2009-01-27 17:30:30 +0000 |
commit | 7bd6d614a91bb848da41a889535b971460e1fd5a (patch) | |
tree | 348904a800966eefea862f3fca4a8c57ff8df4c0 /src | |
parent | f3cd6be2e730a7cc6cc673436eea1d4d75ac5db4 (diff) | |
download | bootloader-theme-7bd6d614a91bb848da41a889535b971460e1fd5a.tar bootloader-theme-7bd6d614a91bb848da41a889535b971460e1fd5a.tar.gz bootloader-theme-7bd6d614a91bb848da41a889535b971460e1fd5a.tar.bz2 bootloader-theme-7bd6d614a91bb848da41a889535b971460e1fd5a.tar.xz bootloader-theme-7bd6d614a91bb848da41a889535b971460e1fd5a.zip |
adapt to mandriva timer
timeout.inc must be adapted to properly center our timer
Diffstat (limited to 'src')
-rw-r--r-- | src/timeout.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeout.inc b/src/timeout.inc index 93027b8..f1bb716 100644 --- a/src/timeout.inc +++ b/src/timeout.inc @@ -60,7 +60,7 @@ /timeout.width timeout.image imgsize exch pop def /timeout.x menu.start.x menu.bar.width add 24 sub def - /timeout.y menu.start.y 2 sub menu.entry menu.item.height mul add def + /timeout.y menu.start.y 1 sub menu.entry menu.item.height mul add def timeout.x timeout.y moveto /timeout.bg timeout.width dup savescreen def |