mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +00:00
followup
This commit is contained in:
parent
734818cd9e
commit
c8a5c1fb86
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ public class TransactionController implements Initializable {
|
|||
|
||||
if(form != null) {
|
||||
Label label = form.getLabel();
|
||||
label.setMaxWidth(110);
|
||||
label.setMaxWidth(115);
|
||||
setGraphic(label);
|
||||
|
||||
if(form.getSigningWallet() != null) {
|
||||
|
|
Loading…
Reference in a new issue