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:
DieGurke
2020-07-17 17:02:58 +02:00
parent b4225b0d80
commit 2e4a17c6c5
2 changed files with 19 additions and 18 deletions

View File

@ -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));