mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-20 09:36:55 -04:00
adjusted min-height of some dialogs to prevent the smallest jitter ;)
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user