Skip to content

Commit

Permalink
Fix typo (#771)
Browse files Browse the repository at this point in the history
Don't show in the changelog
  • Loading branch information
Bouh authored Feb 7, 2023
1 parent 7f57044 commit aa37f0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions extensions/reviewed/PanelSpriteSlider.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "PanelSpriteSlider",
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/UI Essentials/1678c39a3b2bd3df4f82a8a293770db4986a6bcfd3f78e738ddfc86e39176423_UI Essentials_sliders_options.svg",
"shortDescription": "A draggable slider that users can move to select a numerical value.",
"version": "1.3.1",
"version": "1.3.2",
"description": [
"A draggable slider that users can move to select a numerical value. The slider can be customized with sprites.",
"",
Expand Down Expand Up @@ -3416,7 +3416,7 @@
{
"value": "0",
"type": "Number",
"label": "Bar left marging",
"label": "Bar left margin",
"description": "",
"group": "Bar",
"extraInformation": [
Expand All @@ -3429,7 +3429,7 @@
{
"value": "0",
"type": "Number",
"label": "Bar top marging",
"label": "Bar top margin",
"description": "",
"group": "Bar",
"extraInformation": [
Expand All @@ -3442,7 +3442,7 @@
{
"value": "0",
"type": "Number",
"label": "Bar right marging",
"label": "Bar right margin",
"description": "",
"group": "Bar",
"extraInformation": [
Expand All @@ -3455,7 +3455,7 @@
{
"value": "0",
"type": "Number",
"label": "Bar bottom marging",
"label": "Bar bottom margin",
"description": "",
"group": "Bar",
"extraInformation": [
Expand Down

0 comments on commit aa37f0c

Please sign in to comment.