Skip to content
GitLab
    • Why GitLab
    • Pricing
    • Contact Sales
    • Explore
  • Why GitLab
  • Pricing
  • Contact Sales
  • Explore
  • Sign in
  • Get free trial
  • FPC
  • LazarusLazarus
  • LazarusLazarus
  • Issues
  • #40168

QT5 TPageControl TabHeight and TabWidth do not work

  • Lazarus/FPC Version: <2.2.4/3.2.2>
  • Operating System: <Fedora 37>
  • CPU / Bitness: <x86_64-linux-qt5>

What happens

Set TabHeight and TabWidth to size desired in the IDE, sizes correctly in the IDE, run application sizing is ignored and back to default

What did you expect

Complied application should appear the same as the IDE but it is not.

Steps to reproduce

Add TPagecontrol to form example

PageControl1.TabWidth := 200; PageControl1.TabHeight := 60;

Run application, size is ignored.

Assignee
Assign to
Time tracking