From cc4a452b36f43234e1cd4657f4a4833c10f890ae Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 16 Oct 2013 07:12:56 +0000
Subject: [PATCH] center arrows by default

---
 Common/DefaultOptions.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index 35058f056a..2b131522be 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -1294,7 +1294,7 @@ StringXNumber ViewOptions_Number[] = {
     "Draw the `N minus b'-dimensional boundary of the element (N=element "
     "dimension, b=option value)" },
 
-  { F|O, "CenterGlyphs" , opt_view_center_glyphs , 0,
+  { F|O, "CenterGlyphs" , opt_view_center_glyphs , 1,
     "Center glyphs (arrows, numbers, etc.)? (0=left, 1=centered, 2=right)" },
   { F,   "Clip" , opt_view_clip , 0.,
     "Enable clipping planes? (Plane[i]=2^i, i=0,...,5)" },
-- 
GitLab