1
0
Fork 0
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:
John Cortell 2011-08-05 17:48:16 -05:00
parent 0b0cc40fc8
commit 1293690a4c

View file

@ -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);