aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-07-10 19:50:17 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-07-10 19:50:17 +0000
commited27b646a2af14e4a5adcd755f5d938332981525 (patch)
tree562248b550c14cdcc8c4dd3319c2f53aabce933e
parentKeyserverimport: just one row selectable of the keys and some minor bugfixes (diff)
downloadgpg4usb-ed27b646a2af14e4a5adcd755f5d938332981525.tar.gz
gpg4usb-ed27b646a2af14e4a5adcd755f5d938332981525.zip
removed margins in attachment-table
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@490 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r--attachments.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/attachments.cpp b/attachments.cpp
index 31a66eb..3110556 100644
--- a/attachments.cpp
+++ b/attachments.cpp
@@ -59,6 +59,7 @@ Attachments::Attachments(QString iconpath, QWidget *parent)
QVBoxLayout *layout = new QVBoxLayout;
layout->addWidget(tableView);
+ layout->setContentsMargins(0,0,0,0);
setLayout(layout);
createActions();