X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fpitch%2Fpitch.C;h=9f1b1b57ca1ea172afb55646eafd79dc5492fb81;hb=c0251c4aa0754d808fdf454534b32de8175b6fa0;hp=b858ea283016615c5030c8557fb6f22f2f4eb400;hpb=0df48ad2d876409c5beeae2e21933a728ea76c33;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/pitch/pitch.C b/cinelerra-5.1/plugins/pitch/pitch.C index b858ea28..9f1b1b57 100644 --- a/cinelerra-5.1/plugins/pitch/pitch.C +++ b/cinelerra-5.1/plugins/pitch/pitch.C @@ -465,7 +465,7 @@ int PitchScale::handle_event() PitchSize::PitchSize(PitchWindow *window, PitchEffect *plugin, int x, int y) - : BC_PopupMenu(x, y, xS(100), "4096", 1) + : BC_PopupMenu(x, y, xS(110), "4096", 1) { this->plugin = plugin; }