mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-20 15:04:23 +00: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"
|
fx:controller="org.cryptomator.ui.quit.QuitController"
|
||||||
minWidth="400"
|
minWidth="400"
|
||||||
maxWidth="400"
|
maxWidth="400"
|
||||||
minHeight="144"
|
minHeight="145"
|
||||||
spacing="12">
|
spacing="12">
|
||||||
<padding>
|
<padding>
|
||||||
<Insets topRightBottomLeft="12"/>
|
<Insets topRightBottomLeft="12"/>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
fx:controller="org.cryptomator.ui.removevault.RemoveVaultController"
|
fx:controller="org.cryptomator.ui.removevault.RemoveVaultController"
|
||||||
minWidth="400"
|
minWidth="400"
|
||||||
maxWidth="400"
|
maxWidth="400"
|
||||||
minHeight="144"
|
minHeight="145"
|
||||||
spacing="12">
|
spacing="12">
|
||||||
<padding>
|
<padding>
|
||||||
<Insets topRightBottomLeft="12"/>
|
<Insets topRightBottomLeft="12"/>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
fx:controller="org.cryptomator.ui.unlock.UnlockController"
|
fx:controller="org.cryptomator.ui.unlock.UnlockController"
|
||||||
minWidth="400"
|
minWidth="400"
|
||||||
maxWidth="400"
|
maxWidth="400"
|
||||||
minHeight="144"
|
minHeight="145"
|
||||||
spacing="12">
|
spacing="12">
|
||||||
<padding>
|
<padding>
|
||||||
<Insets topRightBottomLeft="12"/>
|
<Insets topRightBottomLeft="12"/>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
fx:controller="org.cryptomator.ui.unlock.UnlockSuccessController"
|
fx:controller="org.cryptomator.ui.unlock.UnlockSuccessController"
|
||||||
minWidth="400"
|
minWidth="400"
|
||||||
maxWidth="400"
|
maxWidth="400"
|
||||||
minHeight="144"
|
minHeight="145"
|
||||||
spacing="12">
|
spacing="12">
|
||||||
<padding>
|
<padding>
|
||||||
<Insets topRightBottomLeft="12"/>
|
<Insets topRightBottomLeft="12"/>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
fx:controller="org.cryptomator.ui.wrongfilealert.WrongFileAlertController"
|
fx:controller="org.cryptomator.ui.wrongfilealert.WrongFileAlertController"
|
||||||
maxHeight="400"
|
maxHeight="400"
|
||||||
maxWidth="400"
|
maxWidth="400"
|
||||||
minHeight="144"
|
minHeight="145"
|
||||||
spacing="12">
|
spacing="12">
|
||||||
<padding>
|
<padding>
|
||||||
<Insets topRightBottomLeft="12"/>
|
<Insets topRightBottomLeft="12"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user