SmartClient Version: SNAPSHOT_v9.1d_2013-09-15/PowerEdition Deployment (built 2013-09-15)
The scrollbar is very thin in our custom theme. We like it that way.
But the Filter button icon seems to be limited in its width to the scrollbar width so it looks cropped on top of the grid.
I have used:
in an attempt to set the width, but this only displays when the user clicks on the filter icon, not before.
Is there a way for the filter icon to span into the previous column, if I make that column a non-filterable column?
Any other suggestions, besides changing our theme, to widen the default width of the filter icon?
The scrollbar is very thin in our custom theme. We like it that way.
But the Filter button icon seems to be limited in its width to the scrollbar width so it looks cropped on top of the grid.
I have used:
Code:
myGrid.setFilterButtonProperties(new Button() {{setWidth(40); }});
Is there a way for the filter icon to span into the previous column, if I make that column a non-filterable column?
Any other suggestions, besides changing our theme, to widen the default width of the filter icon?
Comment