|
|
@@ -122,7 +122,7 @@ Ext.define('saas.view.core.query.QueryFormPanel', {
|
|
|
rows = rows ? rows : allRows,
|
|
|
showMore = rows == allRows;
|
|
|
|
|
|
- var n_height = 14 + rows * ( 32 + 10 );
|
|
|
+ var n_height = 14 + rows * ( 32 + 10 - 1 );
|
|
|
|
|
|
unanimate ? me.setHeight(n_height) : me.animate({dynamic: true, duration: 500, to: {height: n_height + 'px'}});
|
|
|
me.setToggleBtn(showMore);
|