[bisq-network/bisq] Improve space management in button bar of overlays (#2699)

Christoph Atteneder notifications at github.com
Thu Apr 11 17:25:23 UTC 2019


ripcurlx commented on this pull request.



> @@ -127,8 +127,7 @@ protected void onShow() {
     protected void addButtons() {
         super.addButtons();
 
-        closeButton.setPrefWidth(162);
-        actionButton.setPrefWidth(162);
+        closeButton.prefWidthProperty().bind(actionButton.widthProperty());

But still to support bigger button sizes for different languages

-- 
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/2699#discussion_r274542185
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190411/f4ca8536/attachment.html>


More information about the bisq-github mailing list