User Defined Breadcrumb Button Width

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
nunomco
Junior Member
Junior Member
Posts: 13
Joined: 2006-12-07, 14:59 UTC

User Defined Breadcrumb Button Width

Post by *nunomco »

Hello,

I'm used using breadcrumb on Vista, 7 and several other programs. Yet, TC, has its own breadcrumb implementation. Instead of buttons separating the path, the button is at the bottom of every path part. This path gets its width based on the path part width which is comfortable only with big names. Beneath drive letters it gets odd...

What I'm suggesting is to let the user, via setting, to control the minimum width of this button.

BreadcrumbButtonMinWidth=50

In the program itself I think it will add only some piece of code like:

breadCrumbButton.Width = Math.max(pathPartWidth, minButtonWidth);
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

Well having to press the button isn't comfortable at all. So please try checking automatic opening of the breadcrumb menu (Layout in Configuration).
nunomco
Junior Member
Junior Member
Posts: 13
Joined: 2006-12-07, 14:59 UTC

Post by *nunomco »

I had used like that with the following option:

BreadcrumbDelayButton = -100

Still I prefer a click activation.
Post Reply