Pre-set min-width of auto-dialog to honor specific sizing

This commit is contained in:
Nathan Gray 2013-10-22 22:03:31 +00:00
parent a81aaefbe3
commit ea79585b23

View File

@ -305,6 +305,7 @@ function nm_open_popup(_action, _ids)
title: jQuery('.promptheader',popup).text(),
modal: true,
buttons: d_buttons,
minWidth: dialog.outerWidth(true),
close: function(event, ui) {
// Need to destroy the dialog, etemplate widget needs divs back where they were
dialog.dialog("destroy");