mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-10 12:54:46 +00:00
Receive: add some padding
This commit is contained in:
parent
520ea4fbcc
commit
255a9702eb
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ QVariant SubaddressModel::parseSubaddressRow(const Monero::SubaddressRow &subadd
|
||||||
switch (index.column()) {
|
switch (index.column()) {
|
||||||
case Index:
|
case Index:
|
||||||
{
|
{
|
||||||
return "#" + QString::number(subaddress.getRowId());
|
return "#" + QString::number(subaddress.getRowId()) + " ";
|
||||||
}
|
}
|
||||||
case Address:
|
case Address:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue