improve appearance of app notifications after controlsfx upgrade

This commit is contained in:
Craig Raw
2026-04-08 12:38:01 +02:00
parent 58ca52e4c7
commit 3068ba3988
2 changed files with 8 additions and 2 deletions
@@ -24,6 +24,7 @@ public class DialogImage extends StackPane {
public ObjectProperty<DialogImage.Type> typeProperty = new SimpleObjectProperty<>();
public DialogImage() {
getStyleClass().add("dialog-image");
setPrefSize(WIDTH, HEIGHT);
this.typeProperty.addListener((observable, oldValue, type) -> {
refresh(type);