increased margins and spacings

This commit is contained in:
Sebastian Stenzel
2022-04-09 15:18:44 +02:00
parent 9b00cd923c
commit 3b8f2adedf
6 changed files with 10 additions and 11 deletions

View File

@@ -13,7 +13,7 @@
fx:controller="org.cryptomator.ui.preferences.AboutController"
spacing="18">
<padding>
<Insets topRightBottomLeft="12"/>
<Insets top="12" right="24" bottom="12" left="24"/>
</padding>
<children>
<HBox spacing="12" VBox.vgrow="NEVER">

View File

@@ -15,7 +15,7 @@
fx:controller="org.cryptomator.ui.preferences.SupporterCertificateController"
spacing="18">
<padding>
<Insets topRightBottomLeft="12"/>
<Insets top="12" right="24" bottom="12" left="24"/>
</padding>
<children>
<StackPane VBox.vgrow="NEVER" prefHeight="60">

View File

@@ -5,19 +5,18 @@
<?import javafx.scene.control.ChoiceBox?>
<?import javafx.scene.control.Hyperlink?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.RadioButton?>
<?import javafx.scene.control.ToggleGroup?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
<VBox xmlns:fx="http://javafx.com/fxml"
xmlns="http://javafx.com/javafx"
fx:controller="org.cryptomator.ui.preferences.GeneralPreferencesController"
spacing="6">
spacing="9">
<fx:define>
<ToggleGroup fx:id="nodeOrientation"/>
</fx:define>
<padding>
<Insets topRightBottomLeft="12"/>
<Insets top="12" right="24" bottom="12" left="24"/>
</padding>
<children>
<CheckBox fx:id="startHiddenCheckbox" text="%preferences.general.startHidden" />

View File

@@ -12,12 +12,12 @@
<VBox xmlns:fx="http://javafx.com/fxml"
xmlns="http://javafx.com/javafx"
fx:controller="org.cryptomator.ui.preferences.InterfacePreferencesController"
spacing="6">
spacing="9">
<fx:define>
<ToggleGroup fx:id="nodeOrientation"/>
</fx:define>
<padding>
<Insets topRightBottomLeft="12"/>
<Insets top="12" right="24" bottom="12" left="24"/>
</padding>
<children>
<HBox spacing="6" alignment="CENTER_LEFT">

View File

@@ -11,12 +11,12 @@
<VBox xmlns:fx="http://javafx.com/fxml"
xmlns="http://javafx.com/javafx"
fx:controller="org.cryptomator.ui.preferences.UpdatesPreferencesController"
spacing="6">
spacing="9">
<fx:define>
<FormattedString fx:id="linkLabel" format="%preferences.updates.updateAvailable" arg1="${controller.latestVersion}"/>
</fx:define>
<padding>
<Insets topRightBottomLeft="12"/>
<Insets top="12" right="24" bottom="12" left="24"/>
</padding>
<children>
<FormattedLabel format="%preferences.updates.currentVersion" arg1="${controller.currentVersion}" textAlignment="CENTER" wrapText="true"/>

View File

@@ -10,9 +10,9 @@
<VBox xmlns:fx="http://javafx.com/fxml"
xmlns="http://javafx.com/javafx"
fx:controller="org.cryptomator.ui.preferences.VolumePreferencesController"
spacing="6">
spacing="9">
<padding>
<Insets topRightBottomLeft="12"/>
<Insets top="12" right="24" bottom="12" left="24"/>
</padding>
<children>
<HBox spacing="6" alignment="CENTER_LEFT">