Skip to content
Snippets Groups Projects
Commit 8e583508 authored by mechtelm's avatar mechtelm
Browse files

New default height and width

parent 51204206
No related branches found
No related tags found
No related merge requests found
......@@ -19,5 +19,7 @@ export class SpellCorrectElement extends InputElement implements FontElement, Su
Object.assign(this, initSurfaceElement(serializedElement));
this.backgroundColor = serializedElement.backgroundColor as string || '#d3d3d300';
this.height = serializedElement.height || 80;
this.width = serializedElement.width || 200;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment