make filter gui window not resizable by user
[lttv.git] / ltt / branches / poly / lttv / modules / gui / filter / filter.c
index ad22efcaf2dc8f24041b56537a8d4c67263c72cf..66108652e08061c69766f72a62cbf8c8e8afcd90 100644 (file)
@@ -223,6 +223,7 @@ gui_filter(LttvPlugin *plugin)
   gtk_window_set_transient_for(GTK_WINDOW(fvd->f_window),
       GTK_WINDOW(gtk_widget_get_toplevel(GTK_WIDGET(fvd->plugin->top_widget))));
   gtk_window_set_destroy_with_parent(GTK_WINDOW(fvd->f_window), TRUE);
+  gtk_window_set_resizable(GTK_WINDOW(fvd->f_window), FALSE);
 
   /* 
    * Initiating GtkTable layout 
This page took 0.023104 seconds and 4 git commands to generate.