minor layout adjustments

[ci skip]
This commit is contained in:
Sebastian Stenzel
2019-07-25 14:32:15 +02:00
parent ff66e07c65
commit 8e305b0e21

View File

@@ -31,13 +31,13 @@
<ChoiceBox fx:id="volumeTypeChoicBox"/>
</HBox>
<HBox spacing="6" visible="${controller.showWebDavSettings}">
<HBox spacing="6" alignment="BASELINE_LEFT" visible="${controller.showWebDavSettings}">
<Label text="TODO WebDAV Port"/>
<NumericTextField fx:id="webDavPortField"/>
<Button text="TODO Apply" fx:id="changeWebDavPortButton" onAction="#doChangeWebDavPort"/>
</HBox>
<HBox spacing="6" visible="${controller.showWebDavSettings}">
<HBox spacing="6" alignment="BASELINE_LEFT" visible="${controller.showWebDavSettings}">
<Label text="TODO WebDAV Scheme"/>
<ChoiceBox fx:id="webDavUrlSchemeChoiceBox" maxWidth="Infinity"/>
</HBox>