From 34ab7c527383c9421bfd443249b12860cd5c2623 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sun, 16 Sep 2001 23:51:45 +0000
Subject: [PATCH] Updated button size and URL text.

---
 src/sbbs3/ctrl/AboutBoxFormUnit.dfm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/sbbs3/ctrl/AboutBoxFormUnit.dfm b/src/sbbs3/ctrl/AboutBoxFormUnit.dfm
index 0720b3d710..a845e32b11 100644
--- a/src/sbbs3/ctrl/AboutBoxFormUnit.dfm
+++ b/src/sbbs3/ctrl/AboutBoxFormUnit.dfm
@@ -2614,9 +2614,9 @@ object AboutBoxForm: TAboutBoxForm
   end
   object OKButton: TButton
     Left = 256
-    Top = 331
+    Top = 328
     Width = 75
-    Height = 24
+    Height = 27
     Anchors = [akLeft, akBottom]
     Caption = 'OK'
     ModalResult = 1
@@ -2678,9 +2678,9 @@ object AboutBoxForm: TAboutBoxForm
     OnClick = WebPageLabelClick
   end
   object WebSiteLabel: TStaticText
-    Left = 352
+    Left = 346
     Top = 292
-    Width = 222
+    Width = 230
     Height = 20
     Cursor = crHandPoint
     Hint = 'http://www.synchro.net/'
-- 
GitLab