Change: Increase finance window lines (and underlines) with interface scale.

This commit is contained in:
Peter Nelson
2023-11-13 21:54:26 +00:00
committed by Peter Nelson
parent 1dff1e34f6
commit 58c037fba0
2 changed files with 5 additions and 5 deletions

View File

@@ -621,7 +621,7 @@ static int DrawLayoutLine(const ParagraphLayouter::Line &line, int y, int left,
}
if (underline) {
GfxFillRect(left, y + h, right, y + h, _string_colourremap[1]);
GfxFillRect(left, y + h, right, y + h + WidgetDimensions::scaled.bevel.top - 1, _string_colourremap[1]);
}
return (align & SA_HOR_MASK) == SA_RIGHT ? left : right;