add some message box
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv.c
index 601696875ae203d7aa8a3dda493f177fb18ed0b3..a96336ff6a48ac5805bf0c5cb7843e965a5406d3 100644 (file)
@@ -48,7 +48,6 @@ header_size_allocate(GtkWidget *widget,
 }
 
 
-
 /*****************************************************************************
  *                     Control Flow Viewer class implementation              *
  *****************************************************************************/
@@ -120,7 +119,9 @@ guicontrolflow(void)
                   process_list_widget, FALSE, TRUE);
   gtk_paned_pack2(GTK_PANED(control_flow_data->h_paned),
                   drawing_widget, TRUE, TRUE);
+  
+  gtk_container_set_border_width(GTK_CONTAINER(control_flow_data->box), 1);
+  
   /* Set the size of the drawing area */
   //drawing_Resize(drawing, h, w);
 
@@ -151,7 +152,6 @@ guicontrolflow(void)
   //inserted in the main window before the drawing area
   //can be configured (and this must happend bedore sending
   //data)
-
   
   return control_flow_data;
 
This page took 0.025464 seconds and 4 git commands to generate.