remove colons

This commit is contained in:
Craig Raw 2020-06-28 16:09:29 +02:00
parent 8aa9d15620
commit 72d14c15a8
3 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@
</rowConstraints> </rowConstraints>
<BorderPane GridPane.columnIndex="0" GridPane.rowIndex="0"> <BorderPane GridPane.columnIndex="0" GridPane.rowIndex="0">
<top> <top>
<Label styleClass="addresses-treetable-label" text="Receiving Addresses:"/> <Label styleClass="addresses-treetable-label" text="Receiving Addresses"/>
</top> </top>
<center> <center>
<AddressTreeTable fx:id="receiveTable" /> <AddressTreeTable fx:id="receiveTable" />
@ -29,7 +29,7 @@
</BorderPane> </BorderPane>
<BorderPane GridPane.columnIndex="0" GridPane.rowIndex="1"> <BorderPane GridPane.columnIndex="0" GridPane.rowIndex="1">
<top> <top>
<Label styleClass="addresses-treetable-label" text="Change Addresses:"/> <Label styleClass="addresses-treetable-label" text="Change Addresses"/>
</top> </top>
<center> <center>
<AddressTreeTable fx:id="changeTable" /> <AddressTreeTable fx:id="changeTable" />

View file

@ -13,7 +13,7 @@
<Insets left="25.0" right="25.0" top="15.0" bottom="25.0" /> <Insets left="25.0" right="25.0" top="15.0" bottom="25.0" />
</padding> </padding>
<top> <top>
<Label styleClass="transactions-treetable-label" text="Transactions:" /> <!-- onMouseClicked="#advanceBlock" --> <Label styleClass="transactions-treetable-label" text="Transactions" /> <!-- onMouseClicked="#advanceBlock" -->
</top> </top>
<center> <center>
<TransactionsTreeTable fx:id="transactionsTable" /> <TransactionsTreeTable fx:id="transactionsTable" />

View file

@ -26,7 +26,7 @@
</rowConstraints> </rowConstraints>
<BorderPane GridPane.columnIndex="0" GridPane.rowIndex="0"> <BorderPane GridPane.columnIndex="0" GridPane.rowIndex="0">
<top> <top>
<Label styleClass="utxos-treetable-label" text="Unspent Transaction Outputs:"/> <Label styleClass="utxos-treetable-label" text="Unspent Transaction Outputs"/>
</top> </top>
<center> <center>
<UtxosTreeTable fx:id="utxosTable" /> <UtxosTreeTable fx:id="utxosTable" />