mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-26 11:16:29 +00:00
macos category display fixes
This commit is contained in:
@@ -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()))
|
||||
|
||||
Reference in New Issue
Block a user