increase line width in flow views
authorpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 May 2008 15:15:30 +0000 (15:15 +0000)
committerpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 May 2008 15:15:30 +0000 (15:15 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2934 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c
ltt/branches/poly/lttv/modules/gui/resourceview/eventhooks.c

index cffd9b89b9ccc6051f82beb2172af29fe5a81122..db1604c447f76d02d94cbace3e06c81322eff30b 100644 (file)
@@ -78,7 +78,7 @@
 
 
 #define MAX_PATH_LEN 256
-#define STATE_LINE_WIDTH 4
+#define STATE_LINE_WIDTH 6
 #define COLLISION_POSITION(height) (((height - STATE_LINE_WIDTH)/2) -3)
 
 extern GSList *g_legend_list;
index 676dce93f1a53124085639e24389dd873c9c69ac..d94d18eb11d4cf0c23b3ee912a1873c1a8a2d6d6 100644 (file)
@@ -78,7 +78,7 @@
 
 
 #define MAX_PATH_LEN 256
-#define STATE_LINE_WIDTH 4
+#define STATE_LINE_WIDTH 6
 #define COLLISION_POSITION(height) (((height - STATE_LINE_WIDTH)/2) -3)
 
 extern GSList *g_legend_list;
This page took 0.026187 seconds and 4 git commands to generate.