X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fshapewipe%2Fshapewipe.C;fp=cinelerra-5.1%2Fplugins%2Fshapewipe%2Fshapewipe.C;h=e372f30ad271f2656d2ba6aef3e801316105d3b2;hp=7920b622a395c1a4f37aec4f34a6cf81fe64d1a0;hb=52bb84537e880ea41a6cca9f69bf8d7a8b5cc30f;hpb=72a88d4704507f72e05b380d9604d9eb3e7d5a89 diff --git a/cinelerra-5.1/plugins/shapewipe/shapewipe.C b/cinelerra-5.1/plugins/shapewipe/shapewipe.C index 7920b622..e372f30a 100644 --- a/cinelerra-5.1/plugins/shapewipe/shapewipe.C +++ b/cinelerra-5.1/plugins/shapewipe/shapewipe.C @@ -268,8 +268,8 @@ void ShapeWipeWindow::create_objects() } BC_TitleBar *bar; - add_subwindow(bar = new BC_TitleBar(x, y, ww, x+ww/12, - pad, _("Wipe"), MEDIUMFONT)); + add_subwindow(bar = new BC_TitleBar(x, y, ww, 20, 10, + _("Wipe"), MEDIUMFONT)); y += bar->get_h() + pad; add_subwindow(title = new BC_Title(x, y, _("Shape:"))); @@ -296,8 +296,8 @@ void ShapeWipeWindow::create_objects() plugin, this, x, y)); y += aspect_ratio->get_h() + pad; - add_subwindow(bar = new BC_TitleBar(x, y, ww, x+ww/12, - pad, _("Direction"), MEDIUMFONT)); + add_subwindow(bar = new BC_TitleBar(x, y, ww, 20, 10, + _("Direction"), MEDIUMFONT)); y += bar->get_h() + pad; x = margin; add_subwindow(left = new ShapeWipeW2B(plugin, this, x, y));