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/r= ender/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 =3D largeImage.scaled( largeImage.size() / 2, + smallImage =3D largeImage.scaled( largeImage.size() / 3, Qt::IgnoreAspectRatio, Qt::SmoothTransformation ); setSize( smallImage.size() );