mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +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()) {
|
||||
case Index:
|
||||
{
|
||||
return "#" + QString::number(subaddress.getRowId());
|
||||
return "#" + QString::number(subaddress.getRowId()) + " ";
|
||||
}
|
||||
case Address:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue