cosmetic change : add 1 pixel border around viewers
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv.c
index 082a8ff934e7f5b49d238b01ebf74b37e9579544..a96336ff6a48ac5805bf0c5cb7843e965a5406d3 100644 (file)
@@ -119,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);
 
This page took 0.023104 seconds and 4 git commands to generate.