aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletstack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt/walletstack.cpp')
-rw-r--r--src/qt/walletstack.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/walletstack.cpp b/src/qt/walletstack.cpp
index 42d86956be..9e3060e86b 100644
--- a/src/qt/walletstack.cpp
+++ b/src/qt/walletstack.cpp
@@ -16,6 +16,7 @@ WalletStack::WalletStack(QWidget *parent) :
clientModel(0),
bOutOfSync(true)
{
+ setContentsMargins(0,0,0,0);
}
WalletStack::~WalletStack()