@@ -69,6 +69,7 @@ public final class UpgradeDialog extends JFXDialogLayout {
|
|||||||
if (exception == null) {
|
if (exception == null) {
|
||||||
ScrollPane scrollPane = new ScrollPane(result);
|
ScrollPane scrollPane = new ScrollPane(result);
|
||||||
scrollPane.setFitToWidth(true);
|
scrollPane.setFitToWidth(true);
|
||||||
|
FXUtils.smoothScrolling(scrollPane);
|
||||||
setBody(scrollPane);
|
setBody(scrollPane);
|
||||||
} else {
|
} else {
|
||||||
LOG.warning("Failed to load update log, trying to open it in browser");
|
LOG.warning("Failed to load update log, trying to open it in browser");
|
||||||
|
|||||||
Reference in New Issue
Block a user