From c724537223af8d5ff4bc8c5b0aa8d29e824dcbe0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Thu, 4 Apr 2002 10:25:17 +0000 Subject: [PATCH] shrink math insets by 2 pixels. this is closer to the output... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3900 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_gridinset.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/math_gridinset.C b/src/mathed/math_gridinset.C index 6b3d4d35f7..cb32686d4d 100644 --- a/src/mathed/math_gridinset.C +++ b/src/mathed/math_gridinset.C @@ -840,5 +840,5 @@ int MathGridInset::vlinesep() const int MathGridInset::border() const { - return 2; + return 1; } -- 2.39.5