summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webscrap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/webscrap.cpp b/webscrap.cpp
index c7649c0..c4e5eb1 100644
--- a/webscrap.cpp
+++ b/webscrap.cpp
@@ -12,7 +12,7 @@
#include "webscrap.h"
const int WebScrapContainer::s_titlePadding = 25; // padding on the top of the scrap
-const int WebScrapContainer::s_padding = 5; // padding on the other three sides
+const int WebScrapContainer::s_padding = 2; // padding on the other three sides
WebScrap::WebScrap(QUrl url, QRect scrapRect, QGraphicsItem * parent)
: QGraphicsWebView(parent)