Skip to content

Commit 23b1607

Browse files
committed
Small ToolTip layout tweak
1 parent d9eb54c commit 23b1607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ExcelDna.IntelliSense/ToolTipForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ protected override void OnPaint(PaintEventArgs e)
196196
foreach (var line in _text)
197197
{
198198
totalHeight += linePadding;
199-
int lineHeight = 12;
199+
int lineHeight = 16;
200200
foreach (var run in line)
201201
{
202202
var font = _fonts[run.Style];

0 commit comments

Comments
 (0)