You've already forked lazarus-ccr
jvcllaz: Fix JvTabBar tab caption margin in XPPainter.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8350 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -139,7 +139,7 @@ begin
|
||||
end;
|
||||
|
||||
TextRect := R;
|
||||
TextRect.Left := TextRect.Left + Tab.TabBar.Margin;
|
||||
TextRect.Left := TextRect.Left + Scale(tabBar, 4); //Tab.TabBar.Margin;
|
||||
if Tab.TabBar.CloseButton then
|
||||
begin
|
||||
CloseRect := GetCloseRect(Canvas, Tab, R);
|
||||
|
Reference in New Issue
Block a user