]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_deliminset.C
fix drawing glitch
[lyx.git] / src / mathed / math_deliminset.C
index f74f8086a304523e86fa47b084eb408968563a54..57ba6a220ff4cdd9accf04f55b4e926dd922006e 100644 (file)
@@ -59,8 +59,8 @@ void MathDelimInset::normalize(NormalStream & os) const
 int MathDelimInset::dw() const
 {
        int w = height() / 5;
-       if (w > 15)
-               w = 15;
+       if (w > 12)
+               w = 12;
        if (w < 4)
                w = 4;
        return w;