[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:23:33 UTC 2016


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

The following commit has been merged in the master branch:
commit 7817e632bea8512cdc562c2512200b5657b20c9f
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Wed Mar 13 22:53:07 2013 +0000

    Add padding at the top of embedded youtube videos
    
    Reviewed-by: Andrea Scarpino
---
 filters/youtube/youtube-filter.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/filters/youtube/youtube-filter.cpp b/filters/youtube/youtube-filter.cpp
index 0dec5c6..50986a4 100644
--- a/filters/youtube/youtube-filter.cpp
+++ b/filters/youtube/youtube-filter.cpp
@@ -38,7 +38,7 @@ void YoutubeFilter::filterMessage(KTp::Message &message, const KTp::MessageConte
         "<br />
"
         "<iframe class=\"youtube-player\" "
             "type=\"text/html\""
-            "style=\"max-width:100%;max-height:100%\""
+            "style=\"max-width:100%;max-height:100%;margin-top:3px\""
             "src=\"http://www.youtube.com/embed/%1\" "
             "frameborder=\"0\">"
         "</iframe>"

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list