Skip to content

Commit 1e2474d

Browse files
committed
Adjust size
1 parent 5fe2c2d commit 1e2474d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ $(document).ready(function() {
121121
$("#config-tab").on("click",function() {
122122
const obj={};
123123
obj.width=430;
124-
obj.height=500;
124+
obj.height=550;
125125
obj.ani=false;
126126
resizeme(obj);
127127
});

0 commit comments

Comments
 (0)