Browse Source

fixed #54 - Choose other sub statechart selection button

terfloth@itemis.de 14 years ago
parent
commit
3217d41447

+ 1 - 1
plugins/org.yakindu.sct.ui.editor/src/org/yakindu/sct/ui/editor/propertysheets/SubmachineSelectionDialogPropertyDescriptor.java

@@ -93,7 +93,7 @@ public class SubmachineSelectionDialogPropertyDescriptor implements
 		composite.setLayout(layout);
 		label = new Label(composite, SWT.BORDER);
 		GridDataFactory.fillDefaults().grab(true, false).applyTo(label);
-		Button openDialog = new Button(composite, SWT.NONE);
+		Button openDialog = new Button(composite, SWT.FLAT);
 		GridDataFactory.fillDefaults().hint(SWT.DEFAULT, 10)
 				.applyTo(openDialog);
 		openDialog.setText("...");