- Joined
- Nov 17, 2014
- Messages
- 4,906
- Thread Author
- #1
@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
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