1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

bug 264330: Paths and symbols include list should have scrollbar

Getting rid of unwanted horizontal scrollbar showing along with vertical one
This commit is contained in:
Andrew Gvozdev 2010-07-05 03:01:21 +00:00
parent 4e1dabeb66
commit 1e16c43220

View file

@ -842,7 +842,7 @@ public abstract class AbstractLangsListTab extends AbstractCPropertyTab {
protected void setColumnToFit() {
if (columnToFit != null)
columnToFit.setWidth(table.getBounds().width - 4);
columnToFit.setWidth(table.getClientArea().width);
}
/**