# HG changeset patch # User John Donoghue # Date 1581371992 18000 # Node ID 8da8941594716ea7c9636bfb2841e4e5a963b5a9 # Parent 8a3c205357f17c5cdc222658b0accb2607314eb2 * tools/makeinst-script.sh.in: use dialog units for y spacing diff -r 8a3c205357f1 -r 8da894159471 tools/makeinst-script.sh.in --- a/tools/makeinst-script.sh.in Mon Feb 10 15:40:23 2020 -0500 +++ b/tools/makeinst-script.sh.in Mon Feb 10 16:59:52 2020 -0500 @@ -181,18 +181,18 @@ Pop \$InstallAllUsersCtrl \${NSD_SetState} \$InstallAllUsersCtrl \$InstallAllUsers - \${NSD_CreateCheckBox} 0 20 100% 12u "Create desktop shortcuts" + \${NSD_CreateCheckBox} 0 20u 100% 12u "Create desktop shortcuts" Pop \$InstallShortcutsCtrl \${NSD_SetState} \$InstallShortcutsCtrl \$InstallShortcuts - \${NSD_CreateCheckBox} 0 40 100% 12u "Register .m file type with Octave" + \${NSD_CreateCheckBox} 0 40u 100% 12u "Register .m file type with Octave" Pop \$RegisterOctaveFileTypeCtrl \${NSD_SetState} \$RegisterOctaveFileTypeCtrl \$RegisterOctaveFileType - \${NSD_CreateLabel} 0 70 110u 12u "BLAS library implementation:" + \${NSD_CreateLabel} 0 70u 110u 12u "BLAS library implementation:" Pop \$0 - \${NSD_CreateDropList} 120u 70 100u 80u "" + \${NSD_CreateDropList} 120u 70u 100u 80u "" Pop \$InstallBlasLibCtrl EOF # add option to install libopenblas if we have the dll present