mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 354061 - Toolbar in file list control in project properties disappears
This commit is contained in:
parent
0b0cc40fc8
commit
1293690a4c
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ public class FileListControl {
|
|||
moveDownItem.setToolTipText(MOVEDOWN_STR);
|
||||
moveDownItem.addSelectionListener(getSelectionListener());
|
||||
grid3 = new GridData(GridData.FILL_HORIZONTAL
|
||||
| GridData.HORIZONTAL_ALIGN_END);
|
||||
| GridData.HORIZONTAL_ALIGN_BEGINNING);
|
||||
buttonPanel.setLayoutData(grid3);
|
||||
// list control
|
||||
list = new ClipboardList(filePanel, SWT.V_SCROLL | SWT.H_SCROLL | SWT.BORDER | SWT.MULTI);
|
||||
|
|
Loading…
Add table
Reference in a new issue