From 077825f98a9206e1775df1536ba135425c22a40c Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 5 Jul 2022 09:29:49 +0200 Subject: [PATCH] Add desgin to recieve key dialog --- .../keyloading/hub/ReceiveKeyController.java | 1 - src/main/resources/fxml/hub_receive_key.fxml | 38 +++++++++++++------ src/main/resources/i18n/strings.properties | 3 ++ 3 files changed, 29 insertions(+), 13 deletions(-) diff --git a/src/main/java/org/cryptomator/ui/keyloading/hub/ReceiveKeyController.java b/src/main/java/org/cryptomator/ui/keyloading/hub/ReceiveKeyController.java index 2bdb772a6..85af2c66d 100644 --- a/src/main/java/org/cryptomator/ui/keyloading/hub/ReceiveKeyController.java +++ b/src/main/java/org/cryptomator/ui/keyloading/hub/ReceiveKeyController.java @@ -35,7 +35,6 @@ import java.util.concurrent.atomic.AtomicReference; @KeyLoadingScoped public class ReceiveKeyController implements FxController { - private static final Logger LOG = LoggerFactory.getLogger(ReceiveKeyController.class); private static final String SCHEME_PREFIX = "hub+"; private final Stage window; diff --git a/src/main/resources/fxml/hub_receive_key.fxml b/src/main/resources/fxml/hub_receive_key.fxml index 0ea9d012c..a180c997e 100644 --- a/src/main/resources/fxml/hub_receive_key.fxml +++ b/src/main/resources/fxml/hub_receive_key.fxml @@ -4,30 +4,44 @@ - - + + + + - + + spacing="12" + alignment="TOP_LEFT"> - - - - + + + + + + + + + - - + + +