increase slightly notify window heigth

This commit is contained in:
Armin Schrenk
2026-02-27 15:52:30 +01:00
parent 29bfbdc524
commit 4090413290

View File

@@ -15,7 +15,7 @@
<BorderPane xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="org.cryptomator.ui.notification.NotificationController"
prefHeight="200.0" prefWidth="400.0" maxHeight="200.0" maxWidth="400.0"
prefHeight="224.0" prefWidth="400.0" maxHeight="224.0" maxWidth="400.0"
styleClass="notification-window"
accessibleRole="DIALOG">
<padding>
@@ -65,7 +65,7 @@
<Label text="${controller.message}" styleClass="label-large" wrapText="true"/>
<Label text="${controller.fileName}" styleClass="label" textOverrun="CENTER_ELLIPSIS" visible="${!controller.fileName.empty}" managed="${!controller.fileName.empty}"/>
<Region minHeight="6"/>
<ScrollPane minViewportWidth="370" minViewportHeight="50">
<ScrollPane minViewportWidth="370" minViewportHeight="70">
<Label text="${controller.description}" styleClass="label" wrapText="true" maxWidth="370"/>
</ScrollPane>
<Region VBox.vgrow="ALWAYS"/>