diff --git a/apps/common/main/lib/view/OpenDialog.js b/apps/common/main/lib/view/OpenDialog.js index 5f5dfc0434..a24aeb4647 100644 --- a/apps/common/main/lib/view/OpenDialog.js +++ b/apps/common/main/lib/view/OpenDialog.js @@ -57,7 +57,7 @@ define([ if (options.preview) { width = 414; - height = (options.type==Common.Utils.importTextType.Data) ? 330 : 277; + height = (options.type==Common.Utils.importTextType.Data) ? 385 : 277; } else { width = (options.type !== Common.Utils.importTextType.DRM) ? 340 : (options.warning ? 420 : 280); switch (options.type) { @@ -111,7 +111,7 @@ define([ '<% } %>', '<% } else { %>', '<% if (codepages && codepages.length>0) { %>', - '