Hi,
A very tiny request: would it be much trouble to make the click target for the double chevron button on the rightmost tab (visible when more files are open than there is space for tabs) extend till the edge of the tab? I mis-click 7 out of 10 times…
Thanks!
Best regards, Bas
On 13 Nov 2014, at 17:49, Bas Van Klinkenberg wrote:
A very tiny request: would it be much trouble to make the click target for the double chevron button on the rightmost tab (visible when more files are open than there is space for tabs) extend till the edge of the tab? I mis-click 7 out of 10 times…
Is this on Yosemite or earlier?
On Yosemite I can put the right margin inside the image (3 pixels) to make it part of the clickable area.
On Mavericks and earlier it’s more difficult because the layout is “button” followed by 3 pixels of spacing and then “right edge image of tab”, where the latter visually has about 5 pixels of “tab area”, but making that the hotspot for the overflow button would require hardcoding in something which is otherwise general purpose code (to support multiple styles based on OS).
A very tiny request: would it be much trouble to make the click target for the double chevron button on the rightmost tab (visible when more files are open than there is space for tabs) extend till the edge of the tab? I mis-click 7 out of 10 times…
Is this on Yosemite or earlier?
This is on Mavericks.
On Yosemite I can put the right margin inside the image (3 pixels) to make it part of the clickable area.
That would probably make the difference between hit and miss. I always seem to click one pixel above or below the chevron somehow.
On Mavericks and earlier it’s more difficult because the layout is “button” followed by 3 pixels of spacing and then “right edge image of tab”, where the latter visually has about 5 pixels of “tab area”, but making that the hotspot for the overflow button would require hardcoding in something which is otherwise general purpose code (to support multiple styles based on OS).
That is too much trouble I think. I’d also better take this opportunity to learn the keyboard shortcuts for cycling through tabs :-)
Thanks for looking into it.
Best regards, Bas
On 14 Nov 2014, at 14:50, Bas Van Klinkenberg wrote:
On Yosemite I can put the right margin inside the image (3 pixels) to make it part of the clickable area.
That would probably make the difference between hit and miss. I always seem to click one pixel above or below the chevron somehow.
Oh… I was actually talking about padding to the right of the chevron.
Adding padding above/below should be doable.
On Yosemite I can put the right margin inside the image (3 pixels) to make it part of the clickable area.
That would probably make the difference between hit and miss. I always seem to click one pixel above or below the chevron somehow.
Oh… I was actually talking about padding to the right of the chevron.
Adding padding above/below should be doable.
Thanks, so much better now with the new beta!
Best regards, Bas