mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
build target control should be right after target name
This commit is contained in:
parent
433a4ca106
commit
b7c0c7a977
1 changed files with 1 additions and 2 deletions
|
@ -151,10 +151,9 @@ public class MakeTargetDialog extends Dialog {
|
|||
fStatusLine.setMessage(title);
|
||||
|
||||
createNameControl(composite);
|
||||
createTargetControl(composite);
|
||||
createSettingControls(composite);
|
||||
createBuildCmdControls(composite);
|
||||
createTargetControl(composite);
|
||||
|
||||
return composite;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue