mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-08-03 19:36:53 -04:00
parent
cf56c8035b
commit
57903da09b
@ -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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user