Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebukam committed Apr 25, 2022
1 parent c667434 commit 5487a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/js/data/ids.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ class IDS {
transform: true,
recompute:true,
inputType: inputs.Number,
label: `Vertical offset`,
label: `Vertical Offset`,
inputOptions: { step: 1, min: -32000, max: 32000, size: ui.FLAGS.SIZE_XXS, placeholder: `· · ·` },
desc: `A vertical offset applied to the glyph position after everything else is computed.`
};
Expand Down
2 changes: 1 addition & 1 deletion app/js/editors/editor-list-import.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class EditorListImport extends base {
},
'.settings': {
'width': '300px',
'height': '376px'
//'height': '376px'
},
'.preview': {
'position': 'relative',
Expand Down

0 comments on commit 5487a73

Please sign in to comment.