mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-17 05:05:43 +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.setToolTipText(MOVEDOWN_STR);
|
||||||
moveDownItem.addSelectionListener(getSelectionListener());
|
moveDownItem.addSelectionListener(getSelectionListener());
|
||||||
grid3 = new GridData(GridData.FILL_HORIZONTAL
|
grid3 = new GridData(GridData.FILL_HORIZONTAL
|
||||||
| GridData.HORIZONTAL_ALIGN_END);
|
| GridData.HORIZONTAL_ALIGN_BEGINNING);
|
||||||
buttonPanel.setLayoutData(grid3);
|
buttonPanel.setLayoutData(grid3);
|
||||||
// list control
|
// list control
|
||||||
list = new ClipboardList(filePanel, SWT.V_SCROLL | SWT.H_SCROLL | SWT.BORDER | SWT.MULTI);
|
list = new ClipboardList(filePanel, SWT.V_SCROLL | SWT.H_SCROLL | SWT.BORDER | SWT.MULTI);
|
||||||
|
|
Loading…
Add table
Reference in a new issue