From 10937f43fff40bb0d2aed78ab32cd455371fb5d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 16 Jun 2004 02:10:27 +0000 Subject: [PATCH] Changed the digit '4' to look better with the others. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7999 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/font.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headers/private/kernel/font.h b/headers/private/kernel/font.h index d1a01a2c78..4f30e2f3cb 100755 --- a/headers/private/kernel/font.h +++ b/headers/private/kernel/font.h @@ -1,4 +1,4 @@ -/* $Id: font.h,v 1.1 2002/07/09 12:24:34 ejakowatz Exp $ +/* $Id: font.h,v 1.2 2004/06/16 02:10:27 axeld Exp $ ** ** Copyright 2001 Brian J. Swetland ** All rights reserved. @@ -82,7 +82,7 @@ static unsigned char FONT[] = { 0x00, 0x08, 0x0c, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, /* '1' */ 0x00, 0x1c, 0x22, 0x20, 0x10, 0x08, 0x04, 0x02, 0x3e, 0x00, 0x00, 0x00, /* '2' */ 0x00, 0x1c, 0x22, 0x20, 0x18, 0x20, 0x20, 0x22, 0x1c, 0x00, 0x00, 0x00, /* '3' */ -0x00, 0x10, 0x18, 0x18, 0x14, 0x14, 0x3e, 0x10, 0x38, 0x00, 0x00, 0x00, /* '4' */ +0x00, 0x20, 0x30, 0x28, 0x24, 0x22, 0x3e, 0x20, 0x20, 0x00, 0x00, 0x00, /* '4' */ 0x00, 0x3e, 0x02, 0x02, 0x1e, 0x20, 0x20, 0x22, 0x1c, 0x00, 0x00, 0x00, /* '5' */ 0x00, 0x18, 0x04, 0x02, 0x1e, 0x22, 0x22, 0x22, 0x1c, 0x00, 0x00, 0x00, /* '6' */ 0x00, 0x3e, 0x22, 0x20, 0x20, 0x10, 0x10, 0x08, 0x08, 0x00, 0x00, 0x00, /* '7' */