Skip to content

Commit bbd7f8a

Browse files
committed
update
1 parent 5a55035 commit bbd7f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

123123
FlowPane libraryPane = new FlowPane(libraries);
124-
libraryPane.setVgap(8);
124+
libraryPane.setVgap(16);
125125
libraryPane.setHgap(16);
126126

127127
if (libraries.length <= 8) {

0 commit comments

Comments
 (0)