Skip to content

Commit

Permalink
Merge pull request #142 from tanhl2000/Branch-Statistics
Browse files Browse the repository at this point in the history
Merge Branch-Statistics (Bugfix) Hong Liang with Master
  • Loading branch information
tanhl2000 authored Oct 27, 2022
2 parents 8535f52 + 732081d commit 1772413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/view/StatsWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<URL value="@HelpWindow.css" />
</stylesheets>

<HBox fx:id="helpMessageContainer" alignment="CENTER">
<HBox fx:id="helpMessageContainer" alignment="CENTER" prefHeight="524.0" prefWidth="528.0">
<children>
<PieChart fx:id="chart" legendSide="LEFT" style="-fx-border-color: white; -fx-background-color: lightgrey;" />
<PieChart fx:id="chart" legendSide="LEFT" legendVisible="false" prefHeight="578.0" prefWidth="574.0" style="-fx-border-color: white; -fx-background-color: lightgrey;" HBox.hgrow="ALWAYS" />
</children>
<opaqueInsets>
<Insets bottom="10.0" left="5.0" right="10.0" top="5.0" />
Expand Down

0 comments on commit 1772413

Please sign in to comment.