mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 18:30:42 +00:00
fix checkstyle
This commit is contained in:
parent
4d6fada4cf
commit
8af49fca09
@ -33,7 +33,9 @@ public class StartPageView extends VerticalLayout implements ControlPanelView {
|
|||||||
scroller.setSizeFull();
|
scroller.setSizeFull();
|
||||||
scroller.setScrollDirection(Scroller.ScrollDirection.BOTH);
|
scroller.setScrollDirection(Scroller.ScrollDirection.BOTH);
|
||||||
content.add(new MathjaxDisplay(getTranslation("abs-rule")));
|
content.add(new MathjaxDisplay(getTranslation("abs-rule")));
|
||||||
content.add(new MathjaxUnification("\\(conswwwwwwWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWtraint test \\vdash \\)"));
|
content.add(new MathjaxUnification("\\(conswwwwwwWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW"
|
||||||
|
+ "WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW"
|
||||||
|
+ "WWWWWWWWWWWWWWWWWWWWWtraint test \\vdash \\)"));
|
||||||
MathjaxProofTree mjxPT = new MathjaxProofTree(getTranslation("demo-tree"));
|
MathjaxProofTree mjxPT = new MathjaxProofTree(getTranslation("demo-tree"));
|
||||||
mjxPT.showStep(10);
|
mjxPT.showStep(10);
|
||||||
content.add(new MathjaxProofTree(getTranslation("demo-tree")));
|
content.add(new MathjaxProofTree(getTranslation("demo-tree")));
|
||||||
|
Loading…
Reference in New Issue
Block a user