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
This commit is contained in:
André Pönitz 2002-04-04 10:25:17 +00:00
parent 4a964acbe7
commit c724537223

View File

@ -840,5 +840,5 @@ int MathGridInset::vlinesep() const
int MathGridInset::border() const
{
return 2;
return 1;
}