X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fplugins%2Fdescratch%2Fdescratch.C;h=3d82fdd9433451aae0c38dec5d22fca4b4fd69a0;hb=fb661e853152fd63537629a20f493a4cdcd4f019;hp=f22023e5328c3443d6018b12094b034e496f49f5;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/descratch/descratch.C b/cinelerra-5.1/plugins/descratch/descratch.C index f22023e5..3d82fdd9 100644 --- a/cinelerra-5.1/plugins/descratch/descratch.C +++ b/cinelerra-5.1/plugins/descratch/descratch.C @@ -607,7 +607,7 @@ int DeScratchModeItem::handle_event() } DeScratchMode::DeScratchMode(DeScratchWindow *win, int x, int y, int *value) - : BC_PopupMenu(x, y, 64, "", 1) + : BC_PopupMenu(x, y, 100, "", 1) { this->win = win; this->value = value;