mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-03-17 21:32:33 +01:00
use monospace font for addresses in utxo table
This commit is contained in:
parent
95b1aa8e48
commit
cbee341544
@ -45,6 +45,7 @@ public class AddressCell extends TreeTableCell<Entry, UtxoEntry.AddressStatus> {
|
||||
tooltip.setShowDelay(Duration.millis(250));
|
||||
tooltip.setText(getTooltipText(utxoEntry, addressStatus.isDuplicate(), addressStatus.isDustAttack()));
|
||||
setTooltip(tooltip);
|
||||
getStyleClass().add("address-cell");
|
||||
|
||||
if(addressStatus.isDustAttack()) {
|
||||
setGraphic(getDustAttackHyperlink(utxoEntry));
|
||||
|
@ -34,6 +34,16 @@
|
||||
-fx-font-family: 'Roboto Mono';
|
||||
}
|
||||
|
||||
.cell > .hyperlink {
|
||||
-fx-font-family: none;
|
||||
-fx-font-size: none;
|
||||
}
|
||||
|
||||
.cell > .tooltip {
|
||||
-fx-font-family: none;
|
||||
-fx-font-size: 0.85em;
|
||||
}
|
||||
|
||||
.hashindex-row {
|
||||
-fx-opacity: 0.7;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user