diff options
-rw-r--r-- | bootsplash.spec | 5 | ||||
-rw-r--r-- | themes/config/Mandrake/cfg/bootsplash-800x600.cfg | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/bootsplash.spec b/bootsplash.spec index 19ac46f..7d94a6f 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -1,5 +1,5 @@ %define name bootsplash -%define version 1.3.7 +%define version 1.3.8 %define release 1mdk %define _bootdir /boot @@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %changelog +* Fri Mar 08 2002 Warly <warly@mandrakesoft.com> 1.3.8-1mdk +- adjust progress bar in 800x600 mode + * Thu Mar 07 2002 Warly <warly@mandrakesoft.com> 1.3.7-1mdk - obsolete Aurora - new images diff --git a/themes/config/Mandrake/cfg/bootsplash-800x600.cfg b/themes/config/Mandrake/cfg/bootsplash-800x600.cfg index 5dc9cfb..d6dad20 100644 --- a/themes/config/Mandrake/cfg/bootsplash-800x600.cfg +++ b/themes/config/Mandrake/cfg/bootsplash-800x600.cfg @@ -18,16 +18,16 @@ tw=80 th=16 # px is the progress bar x coordinate of its upper left corner -px=75 +px=73 # py is the progress bar y coordinate of its upper left corner py=500 # pw is the with of the progress bar -pw=643 +pw=647 # ph is the heigth of the progress bar -ph=15 +ph=16 # pc is the color of the progress bar pc=0x21459d |