mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +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:
parent
4e1dabeb66
commit
1e16c43220
1 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ public abstract class AbstractLangsListTab extends AbstractCPropertyTab {
|
||||||
|
|
||||||
protected void setColumnToFit() {
|
protected void setColumnToFit() {
|
||||||
if (columnToFit != null)
|
if (columnToFit != null)
|
||||||
columnToFit.setWidth(table.getBounds().width - 4);
|
columnToFit.setWidth(table.getClientArea().width);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue