Skip to content
Snippets Groups Projects
Commit a4256d6e authored by pm3g19's avatar pm3g19
Browse files

Fixed syntax error after importing from e2.

parent fe5a4a67
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ public class ChartDisplay extends HBox {
// HBox histogramBox = new HBox(10,histogramLabel,histogramCheck);
VBox vBox = new VBox(10,metricsChoice,timeChoice,confirmMetric);
Group root = new Group();
vBox.setMargin(metricsChoice,new Insets(10,10,10,10));
vBox.setMargin(timeChoice,new Insets(10,10,10,10));
// vBox.setMargin(histogramBox,new Insets(10,10,10,10));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment