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