Due to long names it’s annoying that tabs are so narrow, can their width be increased somehow?
I’m using UE 5.3.
See the image below for what I want to increase:
Due to long names it’s annoying that tabs are so narrow, can their width be increased somehow?
I’m using UE 5.3.
See the image below for what I want to increase:
Figured it out:
Open SDockingTabWell.cpp and modify these lines to eg:
const FVector2D FDockingConstants::MaxMinorTabSize(421, 25.0f);
const FVector2D FDockingConstants::MaxMajorTabSize(410.f, 50.f);
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.