diff options
Diffstat (limited to 'themes/config')
-rw-r--r-- | themes/config/Mandrake/cfg/bootsplash-1024x768.cfg | 4 | ||||
-rw-r--r-- | themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg b/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg index 17e5860..0bf0658 100644 --- a/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg +++ b/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg @@ -4,14 +4,14 @@ # tx is the x coordinate of the text window in characters. default is 23 # multiply width font width for coordinate in pixels. -tx=27 +tx=24 # ty is the y coordinate of the text window in characters. default is 20 ty=16 # tw is the width of the text window in characters. default is 80 # NOTE: this should at least be 80 as on the standard linux text console -tw=74 +tw=80 # th is the height of the text window in characters. default is 18 # NOTE: this should at least be 25 as on the standard linux text console diff --git a/themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg b/themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg index e139594..9d02ccb 100644 --- a/themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg +++ b/themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg @@ -4,14 +4,14 @@ # tx is the x coordinate of the text window in characters. default is 24 # multiply width font width for coordinate in pixels. -tx=43 +tx=40 # ty is the y coordinate of the text window in characters. default is 14 ty=24 # tw is the width of the text window in characters. default is 130 # NOTE: this should at least be 80 as on the standard linux text console -tw=73 +tw=80 # th is the height of the text window in characters. default is 44 # NOTE: this should at least be 25 as on the standard linux text console |