diff --git a/gtk2_ardour/splash.cc b/gtk2_ardour/splash.cc index 78b5547ded..ad7585e541 100644 --- a/gtk2_ardour/splash.cc +++ b/gtk2_ardour/splash.cc @@ -78,6 +78,7 @@ Splash::Splash () add (darea); set_default_size (pixbuf->get_width(), pixbuf->get_height()); + set_resizable (false); the_splash = this; expose_done = false;