[bisq-network/bisq] [WIP] Add mediator support (#3169)

chimp1984 notifications at github.com
Sat Aug 31 13:16:57 UTC 2019


chimp1984 commented on this pull request.



> +        registerButton.disableProperty().bind(model.registrationEditDisabled);
+        registerButton.setOnAction(e -> onRegister());
+
+        Button revokeButton = buttonButtonTuple2.second;
+        revokeButton.setDefaultButton(false);
+        revokeButton.disableProperty().bind(model.revokeButtonDisabled);
+        revokeButton.setOnAction(e -> onRevoke());
+
+        final TitledGroupBg titledGroupBg = addTitledGroupBg(gridPane, ++gridRow, 2,
+                Res.get("shared.information"), Layout.GROUP_DISTANCE);
+
+        titledGroupBg.getStyleClass().add("last");
+
+        Label infoLabel = addMultilineLabel(gridPane, gridRow);
+        GridPane.setMargin(infoLabel, new Insets(Layout.TWICE_FIRST_ROW_AND_GROUP_DISTANCE, 0, 0, 0));
+        infoLabel.setText(Res.get("account.arbitratorRegistration.info.msg"));

Ah good point. Wanted to ask @ripcurlx how it is for translators if we change key of string. I fear they will see he old key removed and need to add the new one again. That's why I left it currently, but I will add a TODO.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3169#discussion_r319723902
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190831/4d39b5f9/attachment.html>


More information about the bisq-github mailing list