From 027d094a5378329c02651e86a1483fc63c6eb0af Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 20 Feb 2002 00:50:03 +0000
Subject: [PATCH] Changed the position to default (from designed).

---
 src/sbbs3/ctrl/UserListFormUnit.dfm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/sbbs3/ctrl/UserListFormUnit.dfm b/src/sbbs3/ctrl/UserListFormUnit.dfm
index e715fc3fac..27e5199510 100644
--- a/src/sbbs3/ctrl/UserListFormUnit.dfm
+++ b/src/sbbs3/ctrl/UserListFormUnit.dfm
@@ -1,6 +1,6 @@
 object UserListForm: TUserListForm
-  Left = 387
-  Top = 308
+  Left = 185
+  Top = 233
   Width = 870
   Height = 640
   Caption = 'Synchronet User List'
@@ -12,6 +12,7 @@ object UserListForm: TUserListForm
   Font.Style = []
   FormStyle = fsStayOnTop
   OldCreateOrder = False
+  Position = poDefault
   OnClose = FormClose
   OnShow = FormShow
   PixelsPerInch = 120
-- 
GitLab