mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +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) {
|
if(form != null) {
|
||||||
Label label = form.getLabel();
|
Label label = form.getLabel();
|
||||||
label.setMaxWidth(100);
|
label.setMaxWidth(110);
|
||||||
setGraphic(label);
|
setGraphic(label);
|
||||||
|
|
||||||
if(form.getSigningWallet() != null) {
|
if(form.getSigningWallet() != null) {
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<masterNode>
|
<masterNode>
|
||||||
<SplitPane dividerPositions="0.15">
|
<SplitPane dividerPositions="0.15">
|
||||||
<items>
|
<items>
|
||||||
<TreeView fx:id="txtree" minWidth="120">
|
<TreeView fx:id="txtree" minWidth="170">
|
||||||
<SplitPane.resizableWithParent>false</SplitPane.resizableWithParent>
|
<SplitPane.resizableWithParent>false</SplitPane.resizableWithParent>
|
||||||
</TreeView>
|
</TreeView>
|
||||||
<StackPane fx:id="txpane" styleClass="tx-pane" minHeight="0"/>
|
<StackPane fx:id="txpane" styleClass="tx-pane" minHeight="0"/>
|
||||||
|
|
Loading…
Reference in a new issue