X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fhistogram_bezier%2Fbistogramwindow.C;h=5fa84032d07e3f94ad6cf85fc736606f043901c6;hb=c9c0e07706fad701a70ee0d1ffb0fcb6304f138c;hp=fd5429cda031efa2ca8562682a2025102ffc6d49;hpb=0df48ad2d876409c5beeae2e21933a728ea76c33;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/histogram_bezier/bistogramwindow.C b/cinelerra-5.1/plugins/histogram_bezier/bistogramwindow.C index fd5429cd..5fa84032 100644 --- a/cinelerra-5.1/plugins/histogram_bezier/bistogramwindow.C +++ b/cinelerra-5.1/plugins/histogram_bezier/bistogramwindow.C @@ -32,7 +32,7 @@ #include HistogramWindow::HistogramWindow(HistogramMain *plugin) - : PluginClientWindow(plugin, xS(440), yS(480), xS(440), yS(480), 0) + : PluginClientWindow(plugin, xS(480), yS(480), xS(480), yS(480), 0) { this->plugin = plugin; max_picon = 0; @@ -830,7 +830,7 @@ void HistogramInputText::update() HistogramSmoothMode::HistogramSmoothMode(HistogramMain*plugin, HistogramWindow *gui, int x, int y) - : BC_PopupMenu(x, y, xS(120), to_text(plugin->config.smoothMode), 1) + : BC_PopupMenu(x, y, xS(180), to_text(plugin->config.smoothMode), 1) { this->plugin = plugin; this->gui = gui;