Issue #338 : Store resize prefs to userpref

This commit is contained in:
jdescottes
2015-11-19 08:18:26 +01:00
parent 392204e5c5
commit 30c3cdbcc5
4 changed files with 34 additions and 5 deletions

View File

@@ -5,6 +5,7 @@
this.heightInput = heightInput;
this.initWidth = initWidth;
this.initHeight = initHeight;
this.syncEnabled = true;
this.lastInput = this.widthInput;