[DE] Fix bug 55224
This commit is contained in:
parent
6dc7f36d7b
commit
74ba851ce5
|
@ -112,7 +112,7 @@ define([
|
|||
},
|
||||
|
||||
updateSize: function (size) {
|
||||
this.thumbnailsSize = size * 100;
|
||||
this.thumbnailsSize = Math.min(size * 100, 100);
|
||||
},
|
||||
|
||||
onChangeSize: function(field, newValue) {
|
||||
|
|
Loading…
Reference in a new issue