From: Abdelrazak Younes Date: Sat, 18 Sep 2010 15:33:02 +0000 (+0000) Subject: Thicker misspelled underlining. X-Git-Tag: 2.0.0~2555 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bfd5447fdde998c397ee4d9b85f650b96deac9d2;p=features.git Thicker misspelled underlining. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35438 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/rowpainter.cpp b/src/rowpainter.cpp index 8dfb106077..68a85f49e2 100644 --- a/src/rowpainter.cpp +++ b/src/rowpainter.cpp @@ -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); }