diff --git a/lcl/interfaces/gtk/gtkthemes.pas b/lcl/interfaces/gtk/gtkthemes.pas index 2425586444..ec0e2d5cf9 100644 --- a/lcl/interfaces/gtk/gtkthemes.pas +++ b/lcl/interfaces/gtk/gtkthemes.pas @@ -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;