Skip to content

Commit

Permalink
Upgrade JavaFX to v15
Browse files Browse the repository at this point in the history
Upgrade JavaFX to most recent release.
  • Loading branch information
cd2357 committed Sep 16, 2020
1 parent e55594d commit 51e0de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ configure(subprojects) {
httpcoreVersion = '4.4.13'
ioVersion = '2.6'
jacksonVersion = '2.8.10'
javafxVersion = '14'
javafxVersion = '15'
javaxAnnotationVersion = '1.2'
jcsvVersion = '1.4.0'
jetbrainsAnnotationsVersion = '13.0'
Expand Down

1 comment on commit 51e0de8

@coinzdude
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This resolved my textbox label layout issue. Before
image
After
image

Please sign in to comment.