version update
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / color3way / color3waywindow.C
index 78203e86936d0662e9e2a848dee7af1d5e4e6472..f0d2db4cb6e13f8a4573dd3846d4d8e923ab8c23 100644 (file)
@@ -39,8 +39,8 @@ Color3WayWindow::Color3WayWindow(Color3WayMain *plugin)
  : PluginClientWindow(plugin,
        plugin->w,
        plugin->h,
-       680,
-       370,
+       xS(720),
+       yS(400),
        1)
 {
        this->plugin = plugin;
@@ -677,7 +677,7 @@ Color3WaySliderClrSection::Color3WaySliderClrSection(Color3WayMain *plugin,
        int w,
        int clear,
        int section)
- : BC_GenericButton(x, y, w, _("⌂"))
+ : BC_Button(x, y, w, plugin->get_theme()->get_image_set("reset_button"))
 {
        this->plugin = plugin;
        this->gui = gui;