[bisq-network/bisq] Add "Buy BSQ" button next to trade fee selector (#5055)

Jakub Loucký notifications at github.com
Sun May 23 23:10:58 CEST 2021


@Jakub-CZ commented on this pull request.



> @@ -33,4 +47,26 @@ public static Label createPopOverLabel(String text) {
         label.setPadding(new Insets(10));
         return label;
     }
+
+    public static Tuple2<AutoTooltipButton, VBox> createBuyBsqButtonBox(Navigation navigation, Preferences preferences) {
+        String buyBsqText = Res.get("shared.buyCurrency", "BSQ");
+        var buyBsqButton = new AutoTooltipButton(buyBsqText);
+        buyBsqButton.getStyleClass().add("action-button");
+        buyBsqButton.setStyle("-fx-pref-height: 20; -fx-padding: 3 8 3 8; -fx-font-size: 0.769em; -fx-border-radius: 5;");

done

-- 
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/5055#discussion_r637601661
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210523/067fba65/attachment.htm>


More information about the bisq-github mailing list