macos category display fixes

This commit is contained in:
crschnick
2025-02-25 04:59:33 +00:00
parent 996423c74e
commit d84e2fe0ce
@@ -83,7 +83,7 @@ public class StoreCategoryComp extends SimpleComp {
if (OsType.getLocal() == OsType.WINDOWS) {
HBox.setMargin(struc.get(), new Insets(0, 0, 2.0, 0));
} else if (OsType.getLocal() == OsType.MACOS) {
HBox.setMargin(struc.get(), new Insets(0, 0, 2.6, 0));
HBox.setMargin(struc.get(), new Insets(0, 0, 1.8, 0));
}
})
.disable(Bindings.isEmpty(category.getChildren().getList()))