mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-08-08 23:01:50 +02:00
followup #3
This commit is contained in:
@@ -464,7 +464,8 @@ public class TransactionDiagram extends GridPane {
|
|||||||
} else if(label.getText().trim().isEmpty()) {
|
} else if(label.getText().trim().isEmpty()) {
|
||||||
amountLabel.setText("");
|
amountLabel.setText("");
|
||||||
}
|
}
|
||||||
amountLabel.setMinWidth(TextUtils.computeTextWidth(amountLabel.getFont(), amountLabel.getText(), 0.0D) + 2);
|
amountLabel.setMinWidth(TextUtils.computeTextWidth(amountLabel.getFont(), amountLabel.getText(), 0.0D) + 7);
|
||||||
|
amountLabel.setPadding(new Insets(0, 0, 0, 5));
|
||||||
inputBox.getChildren().addAll(region, amountLabel);
|
inputBox.getChildren().addAll(region, amountLabel);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -645,6 +646,7 @@ public class TransactionDiagram extends GridPane {
|
|||||||
paymentBox.setAlignment(Pos.CENTER_LEFT);
|
paymentBox.setAlignment(Pos.CENTER_LEFT);
|
||||||
paymentBox.getChildren().add(recipientLabel);
|
paymentBox.getChildren().add(recipientLabel);
|
||||||
if(isExpanded()) {
|
if(isExpanded()) {
|
||||||
|
recipientLabel.setMinWidth(120);
|
||||||
Region region = new Region();
|
Region region = new Region();
|
||||||
region.setMinWidth(20);
|
region.setMinWidth(20);
|
||||||
HBox.setHgrow(region, Priority.ALWAYS);
|
HBox.setHgrow(region, Priority.ALWAYS);
|
||||||
|
Reference in New Issue
Block a user