diff --git a/components/lazcontrols/checkboxthemed.pas b/components/lazcontrols/checkboxthemed.pas index 265f4e1ecf..df0f6f6b2c 100644 --- a/components/lazcontrols/checkboxthemed.pas +++ b/components/lazcontrols/checkboxthemed.pas @@ -387,7 +387,7 @@ begin aCheckBoxPoint.X := ARect.Left else aCheckBoxPoint.X := ARect.Right - CheckBoxSize.cx; - aCheckBoxPoint.Y := (ARect.Bottom - CheckBoxSize.cy) div 2; + aCheckBoxPoint.Y := ARect.Top + (ARect.Bottom - ARect.Top - CheckBoxSize.cy) div 2; end; { Paint Caption } if ACaption <> '' then begin