We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396de5e commit 9fae371Copy full SHA for 9fae371
1 file changed
AppScript/Code.gs
@@ -26,8 +26,8 @@ function showSuccessDialog() {
26
27
function showHelpDialog() {
28
const html = HtmlService.createHtmlOutputFromFile('HelpDialog')
29
- .setWidth(560)
30
- .setHeight(200);
+ .setWidth(600)
+ .setHeight(530);
31
DocumentApp.getUi().showModalDialog(html, 'Help for Adam Natad - Custom Page Sizer');
32
}
33
0 commit comments