|
|
|
@ -20,8 +20,10 @@ WalletFrame::WalletFrame(BitcoinGUI *_gui) :
@@ -20,8 +20,10 @@ WalletFrame::WalletFrame(BitcoinGUI *_gui) :
|
|
|
|
|
{ |
|
|
|
|
// Leave HBox hook for adding a list view later
|
|
|
|
|
QHBoxLayout *walletFrameLayout = new QHBoxLayout(this); |
|
|
|
|
setContentsMargins(0,0,0,0); |
|
|
|
|
walletStack = new WalletStack(this); |
|
|
|
|
walletStack->setBitcoinGUI(gui); |
|
|
|
|
walletFrameLayout->setContentsMargins(0,0,0,0); |
|
|
|
|
walletFrameLayout->addWidget(walletStack); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|