mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
Add image to tabs for the config edit dialog.
Change-Id: Ibe5a0ddb91989de8015b8511bb960addf608d7c0
This commit is contained in:
parent
1f75afd0c7
commit
b57aa9d336
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ public class LaunchBarLaunchConfigDialog extends TitleAreaDialog implements ILau
|
|||
CTabItem tabItem = new CTabItem(tabFolder, SWT.NONE);
|
||||
tabItem.setData(configTab);
|
||||
tabItem.setText(configTab.getName());
|
||||
tabItem.setImage(configTab.getImage());
|
||||
|
||||
Composite tabComp = new Composite(tabFolder, SWT.NONE);
|
||||
tabComp.setLayout(new GridLayout());
|
||||
|
|
Loading…
Add table
Reference in a new issue