Closed DiamondJim87 closed 1 year ago
This method currently is protected, but it would be useful for my custom layout code to be able to know how much space the axis will take up. Is there any downside to making this method public? If not, I can quickly enough make/push this change.
I think that's fine.
Just tested and committed this change. The space is computed correctly, but there's a new problem which I'll file in a separate issue.
This method currently is protected, but it would be useful for my custom layout code to be able to know how much space the axis will take up. Is there any downside to making this method public? If not, I can quickly enough make/push this change.