Skip to main content
Topic: Clickable area on depot window (Read 1791 times) previous topic - next topic

Clickable area on depot window

On depot window, clickable area of 'Show all' is 2 pixcel larger than line height.
If I click the red arrow position, both 'Show all' button and 'Show obsolete too' button will be changed at the same time.

Re: Clickable area on depot window

Reply #1
I think the square button itself should set its width based on the accompanying text, and any client code using this type of buttons should not set its size again. If you click on the word "too" of "Show obsolete too", nothing happens. The same with those square buttons in the Settings dialog -- if you click on the text, nothing happens.

Edit :

The attached patch fixes the square button problem in general.

 

Re: Clickable area on depot window

Reply #2
If there is no objection, I will commit it.