Explorar o código

minor layout adjustments
[ci skip]

Sebastian Stenzel %!s(int64=6) %!d(string=hai) anos
pai
achega
8e305b0e21
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      main/ui/src/main/resources/fxml/preferences.fxml

+ 2 - 2
main/ui/src/main/resources/fxml/preferences.fxml

@@ -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>