diff options
author | Florent Villard <warly@mandriva.com> | 2002-03-08 16:02:41 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2002-03-08 16:02:41 +0000 |
commit | 40f56b79db589db4dc36b1aa1d1dd3b3413e1d30 (patch) | |
tree | 2f264e2e08d379be6151a8f78f0c04b805061b16 | |
parent | 478da872cb9728823f43db0c70e01991f27e5621 (diff) | |
download | bootsplash-1_3_8_1mdk.tar bootsplash-1_3_8_1mdk.tar.gz bootsplash-1_3_8_1mdk.tar.bz2 bootsplash-1_3_8_1mdk.tar.xz bootsplash-1_3_8_1mdk.zip |
themes/config/Mandrake/cfg/bootsplash-800x600.cfg: adjust progress bar in 800x600 modeV1_3_8_1mdk
-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 |