Skip to content

Commit 9fae371

Browse files
authored
Update Code.gs
1 parent 396de5e commit 9fae371

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AppScript/Code.gs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ function showSuccessDialog() {
2626

2727
function showHelpDialog() {
2828
const html = HtmlService.createHtmlOutputFromFile('HelpDialog')
29-
.setWidth(560)
30-
.setHeight(200);
29+
.setWidth(600)
30+
.setHeight(530);
3131
DocumentApp.getUi().showModalDialog(html, 'Help for Adam Natad - Custom Page Sizer');
3232
}
3333

0 commit comments

Comments
 (0)