Clickable area on depot window January 24, 2010, 12:36:50 pm 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. Quote Selected
Re: Clickable area on depot window Reply #1 – January 24, 2010, 02:26:28 pm 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. Quote Selected Last Edit: January 24, 2010, 03:59:50 pm by Knightly
Re: Clickable area on depot window Reply #2 – February 07, 2010, 09:51:30 pm If there is no objection, I will commit it. Quote Selected