style adjustments

[ci skip]
This commit is contained in:
Sebastian Stenzel
2019-08-13 16:14:38 +02:00
parent c6d90cdb17
commit 5fa86fad5e
3 changed files with 7 additions and 3 deletions

View File

@@ -364,6 +364,7 @@
.check-box {
-fx-text-fill: TEXT_FILL;
-fx-label-padding: 0 0 0 6px;
-fx-padding: 4px;
}
.check-box > .box {
@@ -396,6 +397,7 @@
.radio-button {
-fx-text-fill: TEXT_FILL;
-fx-label-padding: 0 0 0 6px;
-fx-padding: 4px;
}
.radio-button > .radio {
-fx-border-color: CONTROL_BORDER_NORMAL;

View File

@@ -364,6 +364,7 @@
.check-box {
-fx-text-fill: TEXT_FILL;
-fx-label-padding: 0 0 0 6px;
-fx-padding: 4px;
}
.check-box > .box {
@@ -396,6 +397,7 @@
.radio-button {
-fx-text-fill: TEXT_FILL;
-fx-label-padding: 0 0 0 6px;
-fx-padding: 4px;
}
.radio-button > .radio {
-fx-border-color: CONTROL_BORDER_NORMAL;

View File

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