aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorFunda Wang <fwang@mandriva.org>2007-08-25 11:16:26 +0000
committerFunda Wang <fwang@mandriva.org>2007-08-25 11:16:26 +0000
commit4c6a7d9e9df89abdca6a957f6b04a7064e49b714 (patch)
treee8e6ad3ccd2b0f404fefd56c27d74dce5a620e40 /scripts
parent3b4a26e7891249fe4e780864e0579e74c10f5724 (diff)
downloadbootsplash-4c6a7d9e9df89abdca6a957f6b04a7064e49b714.tar
bootsplash-4c6a7d9e9df89abdca6a957f6b04a7064e49b714.tar.gz
bootsplash-4c6a7d9e9df89abdca6a957f6b04a7064e49b714.tar.bz2
bootsplash-4c6a7d9e9df89abdca6a957f6b04a7064e49b714.tar.xz
bootsplash-4c6a7d9e9df89abdca6a957f6b04a7064e49b714.zip
uming fits well against current theme
Diffstat (limited to 'scripts')
-rw-r--r--scripts/splash.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh
index 63a02bc..050d407 100644
--- a/scripts/splash.sh
+++ b/scripts/splash.sh
@@ -192,7 +192,6 @@ if [ "$progress" == 1 -o "$1" == "start" -o "$1" == "suspend" ]; then
# some fonts need a bigger size to have a nice display
case "$custom_font" in
*norasi_b.ttf) text_size=$(( $text_size + 6 )) ;;
- *uming.ttf) text_size=$(( $text_size + 6 )) ;;
*Kacst-Qr.ttf|*nazli.ttf|*nastaliq_unicode.ttf) text_size=$(( $text_size + 6 )) ;;
# sizes lower than 22 display as noise in FB
*umeplus-gothic.ttf) if [ "$text_size" -lt "22" ]; then text_size=22 ; fi ;;