Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bot interface scaling

Java Warlord
Joined
Nov 17, 2014
Messages
4,906
@Arbiter we talked about this on slack before

Basically an option to scale the bot interface's size to the bounds given by the pane it is displayed. So basically disabling the scrollpane, and setting the scrollpane's child's (our bot interface) max width/height to the width/height of the scrollpane.

The current design with the image underneath the interface looks great, however, in my case it would really look better to restrict my interface's size.

setFitToWidth and setFitToHeight should help
 
Can be closed
 
Top