From da51400d71426670ea517739cd77a506c41d7379 Mon Sep 17 00:00:00 2001 From: yoffy Date: Sun, 7 Mar 2004 12:58:05 +0000 Subject: [PATCH] =?utf8?q?=E3=83=BB=E6=96=B0=E3=81=97=E3=81=8F=E8=BF=BD?= =?utf8?q?=E5=8A=A0=E3=81=95=E3=82=8C=E3=81=9F=E3=82=AB=E3=83=A9=E3=83=A0?= =?utf8?q?=E5=B9=85=E3=81=AE=E5=88=9D=E6=9C=9F=E5=8C=96=E6=99=82=E3=81=AB?= =?utf8?q?=E5=88=9D=E6=9C=9F=E5=80=A4=E3=81=8C=E7=84=A1=E3=81=84=E3=81=AE?= =?utf8?q?=E3=81=A7=20=E3=80=80=E4=B8=8D=E5=AE=9A=E3=81=AE=E5=80=A4?= =?utf8?q?=E3=82=92=E8=A8=AD=E5=AE=9A=E3=81=97=E3=81=A6=E3=81=84=E3=82=8B?= =?utf8?q?=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Setting.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setting.pas b/Setting.pas index dca1ce9..3a303eb 100644 --- a/Setting.pas +++ b/Setting.pas @@ -610,7 +610,7 @@ end; procedure TSetting.ReadSettingFile(); const DEFAULT_BBS_WIDTH: array[0..0] of Integer = (140); - DEFAULT_CATEGORY_WIDTH: array[0..2] of Integer = (150, 80, 130); + DEFAULT_CATEGORY_WIDTH: array[0..3] of Integer = (150, 80, 130, 130); DEFAULT_BOARD_WIDTH: array[0..7] of Integer = (350, 60, 60, 60, 60, 80, 130, 130); var ini: TMemIniFile; -- 2.11.0