Skip to content

Commit

Permalink
WA功能:编辑页新建Hotspot的默认高度改为44
Browse files Browse the repository at this point in the history
  • Loading branch information
amio committed Mar 5, 2014
1 parent ae42b27 commit ea93429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/services/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
posX: 100,
posY: 300,
width: 120,
height: 42,
height: 44,
actions: []
};
scene.elements.push(newElement);
Expand Down

0 comments on commit ea93429

Please sign in to comment.