[Major] Increased inspector page size

This commit is contained in:
Robert von Burg 2017-02-08 20:32:04 +01:00
parent 5db16b1a0e
commit 5cb1061af7
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "strolch-wc-inspector",
"description": "Strolch WebComponent Inspector",
"version": "0.1.13",
"version": "0.1.14",
"authors": "Robert von Burg",
"keywords": [
"strolch",

View File

@ -168,7 +168,7 @@
limit: {
type: Number,
value: function () {
return 5;
return 20;
}
}
},