Fix resize dimensions off by padding amount (just added padding to resize grid)

This commit is contained in:
Nathan Gray 2014-11-18 15:56:40 +00:00
parent 06f8a7c829
commit e75c584aad

View File

@ -75,7 +75,7 @@ var et2_portlet = et2_valueWidget.extend(
},
createNamespace: true,
GRID: 100,
GRID: 105,
/**
* These are the "normal" actions that every portlet is expected to have.