Tweaked the preview window to set the width specified in the

reconciliation service (if any)
This commit is contained in:
Blakko 2013-10-15 16:22:27 +02:00
parent 553690b5cd
commit de3fba1547

View File

@ -451,7 +451,7 @@ DataTableCellUI.prototype._previewCandidateTopic = function(candidate, elmt, pre
var fakeMenu = MenuSystem.createMenu();
fakeMenu
.width(414)
.width(preview.width?preview.width:414)
.addClass('data-table-topic-popup')
.html(DOM.loadHTML("core", "scripts/views/data-table/cell-recon-preview-popup-header.html"));