add layout_scale preference, scaling cleanup, rework init bc_resources, init tip_info...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / overlay / overlay.C
index 8bc8db56ba98a4061afbd0d086dd2e99769a4ebf..ae9087815b7a664b7b592602f7e14bc95dcac9da 100644 (file)
@@ -183,12 +183,7 @@ const char* OverlayConfig::output_to_text(int output_layer)
 
 
 OverlayWindow::OverlayWindow(Overlay *plugin)
- : PluginClientWindow(plugin,
-       xS(300),
-       yS(160),
-       xS(300),
-       yS(160),
-       0)
+ : PluginClientWindow(plugin, xS(300), yS(100), xS(300), yS(100), 0)
 {
        this->plugin = plugin;
 }