TInspectorBar ptTextButton button size...

Hello,

TInspectorBar 1.12.0.0, Delphi 10.2.3

Any property to alter the button width (increase)? With larger fonts the "..." is not fully visible.

BtnSize

Cheers,

Mark

You can do this with:
InspectorBar.EditBtn.Button.Width := 30;

Thanks for the response.
No joy. Looking in code the size seems fixed.

Do you use TMS VCL UI Pack 10.5.2.0?

Looking in TMSVCLUIPack.txt last entry is 10.5.1.0

InspectorBar,pas is 1.12.0.0

Downloading now.

10.5.2.2 installed, no joy.

Cannot reproduce.

Width set to 50 here:
image
Project1.zip (5.4 KB)

Different settings. The button should be large when not selected. A large button when selected has no value, the button was already selected.

Do you want me to send back the project1 with the changed settings?

Sad this essential information was missing from your first post...

Sad this essential information was missing from your first post..

OK, I guess the first post showing an unselected item, a small button, looking bad, just like the example project you sent, should have contained an example project.

Has this issue been handled in a later version?

This feature request is on the todolist for the next update.

Thank you.