The item itself is added by the ListView
This commit is contained in:
parent
a1c3895767
commit
eb567401c6
@ -153,7 +153,6 @@ public class TemplatePanel extends Panel {
|
||||
.getModel()
|
||||
.map(gpr -> "[" + gpr.grade() + "] " + gpr.lowerLimit() + " - " + gpr.upperLimit());
|
||||
item.add(new Label("gradewithlimits", s));
|
||||
add(item);
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user