Skip to content

Commit

Permalink
Merge pull request #163 from mariuspopovici/dev
Browse files Browse the repository at this point in the history
Fix duplicate entry in form props
  • Loading branch information
mariuspopovici authored Dec 11, 2024
2 parents 1fcac25 + 495f033 commit 1730372
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "STARLIMS VS Code Extension",
"description": "Unofficial dictionary explorer (and more) for STARLIMS.",
"license": "SEE LICENSE IN LICENSE.md",
"version": "1.2.91",
"version": "1.2.92",
"icon": "resources/extension/starlimsvscode.png",
"publisher": "MariusPopovici",
"author": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,15 +371,6 @@ aControlProperties :={
{'Label', 'TabIndex', '0', 'Behavior'},
{'Label', 'TabStop', 'True', 'Behavior'},

{'Line', 'ToolTip', NIL, 'Appearance'},
{'Line', 'Anchor', NIL, 'Layout'},
{'Line', 'Horizontal', 'True', 'Layout'},
{'Line', 'Left', NIL, 'Layout'},
{'Line', 'Length', NIL, 'Layout'},
{'Line', 'Top', NIL, 'Layout'},
{'Line', '(Id)', NIL, 'Other'},
{'Line', 'Visible', 'True', 'Behavior'},

{'LinkBar', 'BackColor', NIL, 'Appearance'},
{'LinkBar', 'BorderStyle', 'SINGLE', 'Appearance'},
{'LinkBar', 'Cursor', NIL, 'Appearance'},
Expand Down

0 comments on commit 1730372

Please sign in to comment.