Screenshots

This commit is contained in:
Jamie Mac 2022-02-17 20:50:08 +00:00
parent 8debd57640
commit f5373ebd41
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 KiB

View File

@ -392,7 +392,7 @@ public class TDMenuPane extends PamBorderPane {
ScrollPane scrollPane = new ScrollPane(externalMenuPane);
scrollPane.setHbarPolicy(ScrollBarPolicy.NEVER);
scrollPane.setVbarPolicy(ScrollBarPolicy.AS_NEEDED);
scrollPane.setPrefHeight(200);
scrollPane.setPrefHeight(300);
menuPane.getChildren().add(scrollPane);