[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:22:00 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=4914ce1

The following commit has been merged in the master branch:
commit 4914ce1f1fabe43fd6a5409930008e952ed770ca
Author: Lasath Fernando <kde at lasath.org>
Date:   Thu Jun 21 14:32:02 2012 +1000

    Fix width of embedded images
    
    This adds a css tag so that the image is the correct width.
---
 filters/images/images-filter.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/filters/images/images-filter.cpp b/filters/images/images-filter.cpp
index ae72b07..4d9cd70 100644
--- a/filters/images/images-filter.cpp
+++ b/filters/images/images-filter.cpp
@@ -56,7 +56,7 @@ void ImagesFilter::filterMessage (Message& message)
             message.appendMessagePart(
                 QLatin1String("<img src='") %
                 QString::fromAscii(url.toEncoded()) %
-                QLatin1String("' alt='Link is of an Image' />")
+                QLatin1String("' style='width:100%;' alt='Link is of an Image' />")
             );
         }
     }

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list