From e50e75b133901051da4c41d5ddcf597c0e463866 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Wed, 11 Nov 2009 18:44:20 +0530 Subject: =?UTF-8?q?make=20the=20scrap=20frame=20=C3=BCberthin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webscrap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3