AdvNavBar

Hello,

how can
I change the tab height without changing the height of the tab shortcutbar
I use a derivative of TAdvNavBar and sets the height with

procedure TMyOwnBar.SetTabHeight(const Value: Integer);
begin
  FTabHeight := Value;
  CaptionTabHeight := FTabHeight;
end;

That changes all the heights of the tabs

I use Delphi XE5 and NavBar Version 2.0.2.7

Thanks for answer
Thoren

These are tied together. There is unfortunately not a separate control over this currently.