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

This commit is contained in:
Tobias Hagemann
2019-09-06 13:36:21 +02:00
parent df8fbe6440
commit 6fc37d48ff
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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