Skip to content

Commit

Permalink
Fixes #127
Browse files Browse the repository at this point in the history
  • Loading branch information
markhalonen committed Mar 23, 2021
1 parent 5da18e3 commit 7ae34ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ public void showNewLabelsDialog(ChartingPreferences preference) {

Label title = new Label("Title");
TextField newTitle = new TextField();
newTitle.setText(preference.title == null ? "" : preference.title.orElse(""));
Label xAxisLabel = new Label("xAxis");
Label xMinLabel = new Label("Min");
TextField newXMin = new TextField();
Expand Down

0 comments on commit 7ae34ef

Please sign in to comment.