File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/main/java/de/doubleslash/keeptime/view Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ public ObservableList<LicenseTableRow> loadLicenseRows() {
140140 licenseRows .add (new LicenseTableRow ("spring-boot-starter-data-jpa" , Licenses .APACHEV2 ));
141141 licenseRows .add (new LicenseTableRow ("mockito-core" , Licenses .MIT ));
142142 licenseRows .add (new LicenseTableRow ("h2" , Licenses .EPLV1 ));
143+ licenseRows .add (new LicenseTableRow ("fontawesomefx" , Licenses .APACHEV2 ));
143144
144145 licenseRows .sort (Comparator .comparing (LicenseTableRow ::getName ));
145146
@@ -154,7 +155,7 @@ private void showLicense(final Licenses license) {
154155 alert .setContentText (String .format (
155156 "We could not find the license file at \" %s\" . Did you remove it?%nPlease redownload or visit \" %s\" ." ,
156157 license .getPath (), license .getUrl ()));
157-
158+
158159 alert .getDialogPane ().setMinHeight (Region .USE_PREF_SIZE );
159160
160161 alert .show ();
You can’t perform that action at this time.
0 commit comments