diff --git a/PlayWall/src/main/java/de/tobias/playpad/view/FileDragOptionView.java b/PlayWall/src/main/java/de/tobias/playpad/view/FileDragOptionView.java index 56510779c24c25d86b66f9872048e3173576364e..1510b4cfe33d5043e00289a547ccae68be45cac2 100644 --- a/PlayWall/src/main/java/de/tobias/playpad/view/FileDragOptionView.java +++ b/PlayWall/src/main/java/de/tobias/playpad/view/FileDragOptionView.java @@ -31,7 +31,7 @@ public class FileDragOptionView implements PadContentFactory.PadContentTypeChoos optionPane = new HBox(); optionPane.prefWidthProperty().bind(parent.widthProperty()); optionPane.prefHeightProperty().bind(parent.heightProperty()); - optionPane.setBackground(new Background(new BackgroundFill(new Color(0.2, 0.2, 0.2, 0.8), new CornerRadii(5), new Insets(0)))); + optionPane.setBackground(new Background(new BackgroundFill(new Color(0.2, 0.2, 0.2, 0.8), new CornerRadii(10), new Insets(0)))); optionPane.setAlignment(Pos.CENTER); optionPane.setPadding(new Insets(5)); optionPane.setSpacing(5);