1
0
Fork 0
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:
Doug Schaefer 2016-12-05 15:21:36 -05:00
parent 1f75afd0c7
commit b57aa9d336

View file

@ -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());