Skip to content

Commit

Permalink
Fixed typo in button properties
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoe committed Feb 2, 2024
1 parent 3f1c1e3 commit b5d40ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down

0 comments on commit b5d40ab

Please sign in to comment.