]> git.lyx.org Git - features.git/commitdiff
shrink math insets by 2 pixels. this is closer to the output...
authorAndré Pönitz <poenitz@gmx.net>
Thu, 4 Apr 2002 10:25:17 +0000 (10:25 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Thu, 4 Apr 2002 10:25:17 +0000 (10:25 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3900 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_gridinset.C

index 6b3d4d35f78fafaf08ebf01115ba8da3247775c4..cb32686d4db21069db6df6af13b1e8f237946b58 100644 (file)
@@ -840,5 +840,5 @@ int MathGridInset::vlinesep() const
 
 int MathGridInset::border() const
 {
-       return 2;
+       return 1;
 }