update tracecontrol
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / eventhooks.c
index 97d09da548d7012638b96cd25fb6bc480f1c5ddc..8431d771a5f263077ceb5f2aa861b90eb073eecf 100644 (file)
@@ -269,7 +269,7 @@ int event_selected_hook(void *hook_data, void *call_data)
 static inline PropertiesLine prepare_s_e_line(LttvProcessState *process)
 {
   PropertiesLine prop_line;
-  prop_line.line_width = 2;
+  prop_line.line_width = 5;
   prop_line.style = GDK_LINE_SOLID;
   prop_line.y = MIDDLE;
   //GdkColormap *colormap = gdk_colormap_get_system();
This page took 0.022403 seconds and 4 git commands to generate.