Skip to content

Commit

Permalink
Merge pull request #169 from hardwarewise/development
Browse files Browse the repository at this point in the history
Swap operations column widths have been adjusted.
  • Loading branch information
Cryplander committed Mar 26, 2020
2 parents 7b0680f + 4aff8af commit 850c88f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/instaswap.cpp
Expand Up @@ -123,8 +123,8 @@ void InstaSwap::setupSwapList() {
int columnSendCoinWidth = 80;
int columnSendAmounWidth = 100;
int columnReceiveAddressWidth = 160;
int columnReceiveCoinWidth = 80;
int columnReceiveAmountWidth = 100;
int columnReceiveCoinWidth = 140;
int columnReceiveAmountWidth = 140;
int columnRefundAddressWidth = 160;

ui->swapsTable->setColumnWidth(0, columnTransactionIdWidth);
Expand Down

0 comments on commit 850c88f

Please sign in to comment.