mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[COMCTL32] add padding for status bar text
This commit is contained in:
parent
daadcc6141
commit
da9accfba6
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue