Skip to content

Commit 72021f7

Browse files
committed
added little bit more indent when painting fileSize in FileDialog.
1 parent 736f278 commit 72021f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

System/Windows/Forms/FileDialog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ protected override void OnDrawNode(DrawTreeNodeEventArgs e)
531531
e.Node.ForeColor,
532532
selectionBounds.X + 400,
533533
selectionBounds.Y,
534-
selectionBounds.Width - 400,
534+
selectionBounds.Width - 412,
535535
selectionBounds.Height,
536536
ContentAlignment.MiddleRight);
537537
}

0 commit comments

Comments
 (0)