tabcontrol-extra icon indicating copy to clipboard operation
tabcontrol-extra copied to clipboard

Adjustable TabCloserButtonSize

Open wmjordan opened this issue 3 years ago • 4 comments

Currently the size of the closer button is a constant. I tested it and found that it could be changed to a property.

I suggest that: If the value is positive, it is an absolute size. If the value is negative or zero, TabControlExtra calculates rendered size = tab height - padding + TabCloserButtonSize.

wmjordan avatar Mar 08 '21 01:03 wmjordan