Procházet zdrojové kódy

adjusted min-height of some dialogs to prevent the smallest jitter ;)

Tobias Hagemann před 5 roky
rodič
revize
6fc37d48ff

+ 1 - 1
main/ui/src/main/resources/fxml/quit.fxml

@@ -15,7 +15,7 @@
 	  fx:controller="org.cryptomator.ui.quit.QuitController"
 	  minWidth="400"
 	  maxWidth="400"
-	  minHeight="144"
+	  minHeight="145"
 	  spacing="12">
 	<padding>
 		<Insets topRightBottomLeft="12"/>

+ 1 - 1
main/ui/src/main/resources/fxml/remove_vault.fxml

@@ -14,7 +14,7 @@
 	  fx:controller="org.cryptomator.ui.removevault.RemoveVaultController"
 	  minWidth="400"
 	  maxWidth="400"
-	  minHeight="144"
+	  minHeight="145"
 	  spacing="12">
 	<padding>
 		<Insets topRightBottomLeft="12"/>

+ 1 - 1
main/ui/src/main/resources/fxml/unlock2.fxml

@@ -13,7 +13,7 @@
 	  fx:controller="org.cryptomator.ui.unlock.UnlockController"
 	  minWidth="400"
 	  maxWidth="400"
-	  minHeight="144"
+	  minHeight="145"
 	  spacing="12">
 	<padding>
 		<Insets topRightBottomLeft="12"/>

+ 1 - 1
main/ui/src/main/resources/fxml/unlock_success.fxml

@@ -15,7 +15,7 @@
 	  fx:controller="org.cryptomator.ui.unlock.UnlockSuccessController"
 	  minWidth="400"
 	  maxWidth="400"
-	  minHeight="144"
+	  minHeight="145"
 	  spacing="12">
 	<padding>
 		<Insets topRightBottomLeft="12"/>

+ 1 - 1
main/ui/src/main/resources/fxml/wrongfilealert.fxml

@@ -14,7 +14,7 @@
 	  fx:controller="org.cryptomator.ui.wrongfilealert.WrongFileAlertController"
 	  maxHeight="400"
 	  maxWidth="400"
-	  minHeight="144"
+	  minHeight="145"
 	  spacing="12">
 	<padding>
 		<Insets topRightBottomLeft="12"/>