From f986df965432303b0e4d552911f37558e5eeab08 Mon Sep 17 00:00:00 2001 From: e74yp8 <63497646+e74yp8@users.noreply.github.com> Date: Sun, 18 May 2025 23:11:34 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20#3896:=20=E4=B8=8B=E8=BD=BD=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E5=AF=B9=E4=BA=8E=E5=A4=9A=E8=A1=8C=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF=20(#3901)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/org/jackhuang/hmcl/ui/versions/DownloadPage.java | 1 + 1 file changed, 1 insertion(+) diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/DownloadPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/DownloadPage.java index f506d4ed5..b852f72bb 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/DownloadPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/DownloadPage.java @@ -212,6 +212,7 @@ public class DownloadPage extends Control implements DecoratorPage { scrollPane.setFitToHeight(true); HBox descriptionPane = new HBox(8); + descriptionPane.setMinHeight(Region.USE_PREF_SIZE); descriptionPane.setAlignment(Pos.CENTER); pane.getChildren().add(descriptionPane); descriptionPane.getStyleClass().add("card-non-transparent");