Skip to content
Snippets Groups Projects
Commit bc1c9282 authored by Florian Hölzl's avatar Florian Hölzl
Browse files

Improved constraint checker service introspection UI.

refs 2460
parent cbf181e3
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ public final class ConstraintCheckerServiceIntrospectionDetailsUIHandler extends
@Override
protected void createTreeColumns(Tree tree) {
TreeColumn col0 = new TreeColumn(tree, SWT.LEFT);
col0.setText("Name");
col0.setText("Model Element / Checker");
col0.setWidth(400);
TreeColumn col1 = new TreeColumn(tree, SWT.LEFT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment