Commit c05ca21a080f9347b09c1212bca130eeae03f10e

Authored by Elena.Budnik
1 parent bbaa5e08

increase downloafd window height

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/app/controllers/DownloadModule.js
... ... @@ -30,7 +30,7 @@ Ext.define('amdaDesktop.DownloadModule', {
30 30 * @required
31 31 */
32 32 width: 600,
33   - height: 590,
  33 + height: 600,
34 34 uiType : 'panelDownload',
35 35 helpTitle : 'Help on Download Module',
36 36 helpFile : 'downloadHelp',
... ...