=== modified file 'dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js' --- dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js 2014-04-05 11:52:49 +0000 +++ dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js 2014-04-14 21:38:11 +0000 @@ -201,7 +201,8 @@ baseLineValue, baseLineTitle ] - } + }, + hideEmptyRows ] }; @@ -210,7 +211,6 @@ style: 'margin-left:14px', items: [ showValues, - hideEmptyRows, hideLegend, hideTitle, title, @@ -221,7 +221,7 @@ window = Ext.create('Ext.window.Window', { title: NS.i18n.table_options, - bodyStyle: 'background-color:#fff; padding:8px 8px 6px', + bodyStyle: 'background-color:#fff; padding:5px', closeAction: 'hide', autoShow: true, modal: true,