mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-25 05:06:45 +00:00
increase max utxo chart bars
This commit is contained in:
parent
f2e5259916
commit
7da62bb135
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import java.util.Set;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
public class UtxosChart extends BarChart<String, Number> {
|
public class UtxosChart extends BarChart<String, Number> {
|
||||||
private static final int MAX_BARS = 8;
|
private static final int MAX_BARS = 10;
|
||||||
private static final String OTHER_CATEGORY = "Other";
|
private static final String OTHER_CATEGORY = "Other";
|
||||||
private static final int TOOLTIP_SHOW_DELAY = 50;
|
private static final int TOOLTIP_SHOW_DELAY = 50;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue