diff options
author | Florent Villard <warly@mandriva.com> | 2002-03-15 16:36:42 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2002-03-15 16:36:42 +0000 |
commit | 0e43855a263a7068cc289d58b41225c3a78bf3aa (patch) | |
tree | 8e2d3f6408da4dab51d11be8fc82bb8d053a73fe /themes/config | |
parent | 6496865b9470247bdd607eae95d30c73207d94ee (diff) | |
download | bootsplash-0e43855a263a7068cc289d58b41225c3a78bf3aa.tar bootsplash-0e43855a263a7068cc289d58b41225c3a78bf3aa.tar.gz bootsplash-0e43855a263a7068cc289d58b41225c3a78bf3aa.tar.bz2 bootsplash-0e43855a263a7068cc289d58b41225c3a78bf3aa.tar.xz bootsplash-0e43855a263a7068cc289d58b41225c3a78bf3aa.zip |
fix progress bar geometryV1_3_10_1mdk
Diffstat (limited to 'themes/config')
-rw-r--r-- | themes/config/Mandrake/cfg/bootsplash-1024x768.cfg | 6 | ||||
-rw-r--r-- | themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg b/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg index 90e0e14..44fc1b6 100644 --- a/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg +++ b/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg @@ -18,13 +18,13 @@ tw=81 th=17 # px is the progress bar x coordinate of its upper left corner -px=168 +px=170 # py is the progress bar y coordinate of its upper left corner -py=589 +py=590 # pw is the with of the progress bar -pw=665 +pw=667 # ph is the heigth of the progress bar ph=18 diff --git a/themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg b/themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg index bd1c965..1b35e04 100644 --- a/themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg +++ b/themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg @@ -18,10 +18,10 @@ tw=82 th=19 # px is the progress bar x coordinate of its upper left corner -px=303 +px=305 # py is the progress bar y coordinate of its upper left corner -py=729 +py=728 # pw is the with of the progress bar pw=667 |