Skip to content

Commit 7bae5b2

Browse files
committed
fix alignment of variables button
1 parent 28174e4 commit 7bae5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.googlecode.cppcheclipse.ui/src/com/googlecode/cppcheclipse/ui/preferences/BinaryPathPreferencePage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ protected String changePressed() {
172172
addField(binaryPath);
173173

174174
final StringVariableSelectionDialog variablesDialog = new StringVariableSelectionDialog(getShell());
175-
Button variablesButton = new Button(parent, SWT.PUSH | SWT.TRAIL);
175+
Button variablesButton = new Button(parent, SWT.PUSH | SWT.LEAD);
176176
variablesButton.setText(Messages.BinaryPathPreferencePage_VariablesButton);
177177
variablesButton.addSelectionListener(new SelectionAdapter() {
178178
public void widgetSelected(SelectionEvent event) {

0 commit comments

Comments
 (0)