Skip to content

Commit

Permalink
Merge pull request #1930 from dotCMS/issue-1921-workflow-action-popup…
Browse files Browse the repository at this point in the history
…-dialog-height-adjustments

fixes #1921
  • Loading branch information
Jason Tesser committed Jan 25, 2013
2 parents a9e4b9d + 0068231 commit a9e6e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotCMS/html/portlet/ext/browser/view_browser_menus_js_inc.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@
dia = new dijit.Dialog({
id : "contentletWfDialog",
title : "<%=LanguageUtil.get(pageContext, "Workflow-Actions")%>",
style : "width:500px;height:300px;"
style : "min-width:500px;min-height:250px;"
});
Expand All @@ -953,7 +953,7 @@
myCp = new dojox.layout.ContentPane({
id : "contentletWfCP",
style : "width:500px;height:300px;margin:auto;"
style : "minwidth:500px;min-height:250px;margin:auto;"
}).placeAt("contentletWfDialog");
dia.show();
Expand Down

0 comments on commit a9e6e53

Please sign in to comment.