[COMCTL32] add padding for status bar text
[reactos.git] / dll / win32 / comctl32 / status.c
index 02e26b0..cfee259 100644 (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