[COMCTL32] add padding for status bar text

This commit is contained in:
Denis Malikov 2019-01-13 22:55:45 +07:00 committed by Giannis Adamopoulos
parent daadcc6141
commit da9accfba6

View file

@ -201,6 +201,8 @@ STATUSBAR_DrawPart (const STATUS_INFO *infoPtr, HDC hdc, const STATUSWINDOWPART
} else {
r.left += x;
#ifdef __REACTOS__
r.left += 3;
r.right -= 3;
if (!theme)
DrawStatusTextW (hdc, &r, part->text, SBT_NOBORDERS);
else