|
@@ -15,8 +15,8 @@
|
|
|
xmlns:fx="http://javafx.com/fxml"
|
|
|
fx:controller="org.cryptomator.ui.addvaultwizard.CreateNewVaultLocationController"
|
|
|
prefHeight="400.0" prefWidth="600.0"
|
|
|
- alignment="BASELINE_LEFT"
|
|
|
- spacing="12">
|
|
|
+ alignment="CENTER_LEFT"
|
|
|
+ spacing="6">
|
|
|
<fx:define>
|
|
|
<ToggleGroup fx:id="predefinedLocationToggler"/>
|
|
|
</fx:define>
|
|
@@ -31,7 +31,7 @@
|
|
|
|
|
|
<RadioButton fx:id="dropboxRadioButton" toggleGroup="${predefinedLocationToggler}" text="TODO dropbox" visible="${controller.locationPresets.foundDropbox}"/>
|
|
|
<RadioButton fx:id="gdriveRadioButton" toggleGroup="${predefinedLocationToggler}" text="TODO google drive" visible="${controller.locationPresets.foundGdrive}"/>
|
|
|
- <HBox spacing="12" alignment="BASELINE_LEFT">
|
|
|
+ <HBox spacing="12" alignment="CENTER_LEFT">
|
|
|
<RadioButton fx:id="customRadioButton" toggleGroup="${predefinedLocationToggler}" text="TODO custom location"/>
|
|
|
<Button contentDisplay="LEFT" text="%addvaultwizard.new.directoryPickerButton" onAction="#chooseCustomVaultPath" disable="${controller.usePresetPath}">
|
|
|
<graphic>
|