mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 12:16:20 +02:00
gtk intf: using gptBox instead of gptBoxGap for TTabControl content
git-svn-id: trunk@19591 -
This commit is contained in:
parent
c5b4688ec5
commit
1f588db5ff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user