fix crossfade option prompt height

This commit is contained in:
Araxeus
2023-03-15 08:24:50 +02:00
parent 848bb36c64
commit 023258f1d7

View File

@ -18,7 +18,6 @@ async function promptCrossfadeValues(win, options) {
const res = await prompt( const res = await prompt(
{ {
title: "Crossfade Options", title: "Crossfade Options",
label: "",
type: "multiInput", type: "multiInput",
multiInputOptions: [ multiInputOptions: [
{ {
@ -58,7 +57,7 @@ async function promptCrossfadeValues(win, options) {
}, },
], ],
resizable: true, resizable: true,
height: 355, height: 360,
...promptOptions(), ...promptOptions(),
}, },
win, win,