]> git.lyx.org Git - features.git/commitdiff
Thicker misspelled underlining.
authorAbdelrazak Younes <younes@lyx.org>
Sat, 18 Sep 2010 15:33:02 +0000 (15:33 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 18 Sep 2010 15:33:02 +0000 (15:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35438 a592a061-630c-0410-9148-cb99ea01b6c8

src/rowpainter.cpp

index 8dfb1060770c8c152ce8fff3e822635738ed1c46..68a85f49e2b4312e9c4054e871e5b0e7cfe6d353 100644 (file)
@@ -348,7 +348,7 @@ void RowPainter::paintForeignMark(double orig_x, Language const * lang,
 void RowPainter::paintMisspelledMark(double orig_x, int desc)
 {
        int const y = yo_ + desc;
-       pi_.pain.line(int(orig_x), y, int(x_), y, Color_red, Painter::line_onoffdash, 0.5);
+       pi_.pain.line(int(orig_x), y, int(x_), y, Color_red, Painter::line_onoffdash, 1.0);
 }