Merge #869: [UI] Overviewpage digits and number of recent transactions changed
8207643 [UI] Overviewpage digits and number of recent transactions changed 9a7d26c [UI] Number of digits on transaction-page reverted 1f707ab [UI] Overview-page NUM_ITEMS reverted to 5
This commit is contained in:
parent
95ba71570b
commit
779cfe8fff
@ -93,7 +93,7 @@ public:
|
||||
foreground = option.palette.color(QPalette::Text);
|
||||
}
|
||||
painter->setPen(foreground);
|
||||
QString amountText = BitcoinUnits::formatWithUnit(unit, amount, true, BitcoinUnits::separatorAlways);
|
||||
QString amountText = BitcoinUnits::floorWithUnit(unit, amount, true, BitcoinUnits::separatorAlways);
|
||||
if(!confirmed)
|
||||
{
|
||||
amountText = QString("[") + amountText + QString("]");
|
||||
|
Loading…
Reference in New Issue
Block a user