Skip to content

Commit

Permalink
sensible dialog size
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry de Graaff committed Apr 17, 2019
1 parent e055ea9 commit 458c02a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ ReplyFilterZimlet.prototype.inputReplyText = function(rule)
zimletInstance._dialog = new ZmDialog( { title:ZmMsg.composeBody, parent:zimletInstance.getShell(), standardButtons:[DwtDialog.OK_BUTTON,DwtDialog.CANCEL_BUTTON], disposeOnPopDown:true } );

zimletInstance._dialog.setContent(
'<div style="width:800px; height:500px;">'+
'<div class="DwtInputField"><textarea rows="35" style="width:98%" id="ReplyFilterZimletBody" placeholder="'+ZmMsg.composeBody+'"></textarea></div>' +
'<div style="width:500px; height:350px;">'+
'<div class="DwtInputField"><textarea rows="22" style="width:98%" id="ReplyFilterZimletBody" placeholder="'+ZmMsg.composeBody+'"></textarea></div>' +
'</div>'
);

Expand Down

0 comments on commit 458c02a

Please sign in to comment.