[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [marble] src/plugins/render/panoramio: have smaller thumbnails
From:       Bernhard Beschow <bbeschow () cs ! tu-berlin ! de>
Date:       2014-07-31 20:33:46
Message-ID: E1XCx2o-0004Bq-RI () scm ! kde ! org
[Download RAW message or body]

Git commit 7d4cc5618ec1b78c585e157e22bdfc2d02fa6853 by Bernhard Beschow.
Committed on 29/06/2014 at 09:11.
Pushed by beschow into branch 'master'.

have smaller thumbnails

M  +1    -1    src/plugins/render/panoramio/PanoramioItem.cpp

http://commits.kde.org/marble/7d4cc5618ec1b78c585e157e22bdfc2d02fa6853

diff --git a/src/plugins/render/panoramio/PanoramioItem.cpp \
b/src/plugins/render/panoramio/PanoramioItem.cpp index a9360ea..5f7b38f 100644
--- a/src/plugins/render/panoramio/PanoramioItem.cpp
+++ b/src/plugins/render/panoramio/PanoramioItem.cpp
@@ -42,7 +42,7 @@ void PanoramioItem::addDownloadedFile( const QString &url, const \
QString &type )  largeImage.load( url );
 
         // Scaling the image to the half of the original size
-        smallImage = largeImage.scaled( largeImage.size() / 2,
+        smallImage = largeImage.scaled( largeImage.size() / 3,
                                         Qt::IgnoreAspectRatio,
                                         Qt::SmoothTransformation );
         setSize( smallImage.size() );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic