Skip to content

Commit 5a55035

Browse files
committed
update
1 parent 375bbd5 commit 5a55035

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

HMCL/src/main/java/org/jackhuang/hmcl/ui/download/AbstractInstallersPage.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ protected InstallersPageSkin(AbstractInstallersPage control) {
121121
InstallerItem[] libraries = control.group.getLibraries();
122122

123123
FlowPane libraryPane = new FlowPane(libraries);
124+
libraryPane.setVgap(8);
124125
libraryPane.setHgap(16);
125126

126127
if (libraries.length <= 8) {

0 commit comments

Comments
 (0)