Fix some padding and focus issues with the new BitcoinAmountWidget

This commit is contained in:
Wladimir J. van der Laan
2011-06-21 07:35:59 +02:00
parent f193c57a63
commit 84114e341d
3 changed files with 4 additions and 5 deletions

View File

@@ -7,6 +7,8 @@ QT_BEGIN_NAMESPACE
class QLineEdit;
QT_END_NAMESPACE
// Coin amount entry widget with separate parts for whole
// coins and decimals.
class BitcoinAmountField: public QWidget
{
Q_OBJECT