Fixed scaling problems (especially on lower res displays)
Still a problem with max width of column 1 and max size of stage due to sizeToScene property on the stage
This commit is contained in:
@ -136,7 +136,6 @@ public final class ChatScene implements Restorable {
|
||||
*/
|
||||
@FXML
|
||||
private void initialize() {
|
||||
|
||||
// Initialize message and user rendering
|
||||
messageList.setCellFactory(new ListCellFactory<>(MessageControl::new));
|
||||
chatList.setCellFactory(new ListCellFactory<>(ChatControl::new));
|
||||
|
Reference in New Issue
Block a user