summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoopesh Chander <roop@forwardbias.in>2009-11-11 18:44:20 +0530
committerRoopesh Chander <roop@forwardbias.in>2009-11-11 18:44:20 +0530
commite50e75b133901051da4c41d5ddcf597c0e463866 (patch)
tree19aa9a3a5a1354f6d04767bacafb763dd028a96e
parent0b7f37d887273cbfb67c9edcf8e50fe088650746 (diff)
make the scrap frame überthin
-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)