From b5d40ab63e722c58c6434abfc9b366c5ce0fe66a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20D=C3=B6llinger?= Date: Fri, 2 Feb 2024 10:17:02 +0100 Subject: [PATCH] Fixed typo in button properties --- .../SCM/FormDesigner/Server Scripts/scInitFormProperties.srvscr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/SCM_API/Applications/SCM/FormDesigner/Server Scripts/scInitFormProperties.srvscr b/src/backend/SCM_API/Applications/SCM/FormDesigner/Server Scripts/scInitFormProperties.srvscr index f916eed..eee2ecc 100644 --- a/src/backend/SCM_API/Applications/SCM/FormDesigner/Server Scripts/scInitFormProperties.srvscr +++ b/src/backend/SCM_API/Applications/SCM/FormDesigner/Server Scripts/scInitFormProperties.srvscr @@ -34,7 +34,7 @@ aControlProperties := { {'Button', 'Top', NIL, 'Layout'}, {'Button', 'Width', NIL, 'Layout'}, {'Button', 'Height', NIL, 'Layout'}, - {'Button', '{Id)', NIL, 'Other'}, + {'Button', '(Id)', NIL, 'Other'}, {'ButtonBar', 'BackColor', NIL, 'Appearance'}, {'ButtonBar', 'BorderStyle', 'SINGLE', 'Appearance'}, {'ButtonBar', 'Cursor', NIL, 'Appearance'},