mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 12:26:45 +00:00
adjust transaction tree width for input labelling
This commit is contained in:
parent
6aa5473b24
commit
734818cd9e
2 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ public class TransactionController implements Initializable {
|
|||
|
||||
if(form != null) {
|
||||
Label label = form.getLabel();
|
||||
label.setMaxWidth(100);
|
||||
label.setMaxWidth(110);
|
||||
setGraphic(label);
|
||||
|
||||
if(form.getSigningWallet() != null) {
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<masterNode>
|
||||
<SplitPane dividerPositions="0.15">
|
||||
<items>
|
||||
<TreeView fx:id="txtree" minWidth="120">
|
||||
<TreeView fx:id="txtree" minWidth="170">
|
||||
<SplitPane.resizableWithParent>false</SplitPane.resizableWithParent>
|
||||
</TreeView>
|
||||
<StackPane fx:id="txpane" styleClass="tx-pane" minHeight="0"/>
|
||||
|
|
Loading…
Reference in a new issue