mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
Bug #187284: "Manage Configurations" button truncated
This commit is contained in:
parent
798479139c
commit
da70896576
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ implements
|
|||
manageButton = new Button(configGroup, SWT.PUSH);
|
||||
manageButton.setText(UIMessages.getString("AbstractPage.12")); //$NON-NLS-1$
|
||||
gd = new GridData(GridData.END);
|
||||
gd.widthHint = 150;
|
||||
gd.minimumWidth = 150;
|
||||
manageButton.setLayoutData(gd);
|
||||
manageButton.addSelectionListener(new SelectionAdapter() {
|
||||
public void widgetSelected(SelectionEvent e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue