gtk intf: using gptBox instead of gptBoxGap for TTabControl content

git-svn-id: trunk@19591 -
This commit is contained in:
mattias 2009-04-23 11:46:29 +00:00
parent c5b4688ec5
commit 1f588db5ff

View File

@ -392,10 +392,10 @@ to alternate splitter painting}
Result.Detail := 'notebook';
if Details.Part in [TABP_PANE, TABP_BODY] then
begin
Result.GapSide := GTK_POS_TOP;
{Result.GapSide := GTK_POS_TOP;
Result.GapX := 20;
Result.GapWidth := 40;
Result.Painter := gptBoxGap;
Result.GapWidth := 40;}
Result.Painter := gptBox;
end;
end;
end;