-
Notifications
You must be signed in to change notification settings - Fork 139
Gauge Not Aligning in GridPane #219
Copy link
Copy link
Open
Description
Not sure this is an issue or by design, but I am currently using medusa gauges and running the 11.7 version. The reason for the old version is compatibility with the system I am running then on. Below is a snippet of code and it just seems to aligns to top and middle.

gridPane.setAlignment(Pos.CENTER); Gauge gauge = new Gauge(); GridPane.setHalignment(gauge, HPos.LEFT); GridPane.setValignment(gauge, VPos.BOTTOM); gridPane.add(gauge,3, 2, 1, 1);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels