We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375bbd5 commit 5a55035Copy full SHA for 5a55035
HMCL/src/main/java/org/jackhuang/hmcl/ui/download/AbstractInstallersPage.java
@@ -121,6 +121,7 @@ protected InstallersPageSkin(AbstractInstallersPage control) {
121
InstallerItem[] libraries = control.group.getLibraries();
122
123
FlowPane libraryPane = new FlowPane(libraries);
124
+ libraryPane.setVgap(8);
125
libraryPane.setHgap(16);
126
127
if (libraries.length <= 8) {
0 commit comments