mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-21 20:21:27 +00:00
style adjustments
[ci skip]
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user