]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLefteqn.cpp
Reduce horizontal spacing for simple inline equations
[lyx.git] / src / mathed / InsetMathLefteqn.cpp
index ec4fe7e9b0f74f6927c42cb7f333665b13ca2795..c4aa8b1f4f093c207e416416bf5c7843f0e0aead 100644 (file)
@@ -34,14 +34,12 @@ void InsetMathLefteqn::metrics(MetricsInfo & mi, Dimension & dim) const
        dim.asc += 2;
        dim.des += 2;
        dim.wid = 4;
-       metricsMarkers(dim);
 }
 
 
 void InsetMathLefteqn::draw(PainterInfo & pi, int x, int y) const
 {
-       cell(0).draw(pi, x + 2, y);
-       drawMarkers(pi, x, y);
+       cell(0).draw(pi, x + 1, y);
 }