mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-15 12:15:47 +02:00
dsf main debug tab: swapping project and binary fields
project field should be first since project selection drives binary selection Change-Id: I53a2832e283ac6f32876c6262ec9df1a4196bb6c Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com> Reviewed-on: https://git.eclipse.org/r/39625 Tested-by: Hudson CI
This commit is contained in:
parent
d0e93b665b
commit
eb5d03de5c
1 changed files with 2 additions and 1 deletions
|
@ -124,8 +124,9 @@ public class CMainTab extends CAbstractMainTab {
|
|||
comp.setLayout(topLayout);
|
||||
|
||||
createVerticalSpacer(comp, 1);
|
||||
createExeFileGroup(comp, 1);
|
||||
createProjectGroup(comp, 1);
|
||||
createExeFileGroup(comp, 1);
|
||||
|
||||
if (fIncludeBuildSettings){
|
||||
createBuildOptionGroup(comp, 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue