Merge pull request #827 from Blakko/small-fixes
Tweak: previewCandidate window width
This commit is contained in:
commit
ae56e98522
@ -450,7 +450,7 @@ DataTableCellUI.prototype._previewCandidateTopic = function(candidate, elmt, pre
|
||||
var id = candidate.id;
|
||||
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"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user