[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=759f48c

The following commit has been merged in the master branch:
commit 759f48c59434ad3df838aa266a31c8f0d2401fc7
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Thu Apr 11 17:56:35 2013 +0200

    Fix text being cut off in the facebook profile
    
    Reviewed-by: David Edmundson
    
    BUG: 316398
    FIXED-IN: 0.6.1
---
 plugins/gabble/main-options-widget-facebook.ui | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/plugins/gabble/main-options-widget-facebook.ui b/plugins/gabble/main-options-widget-facebook.ui
index 40d804e..3ce8908 100644
--- a/plugins/gabble/main-options-widget-facebook.ui
+++ b/plugins/gabble/main-options-widget-facebook.ui
@@ -54,6 +54,12 @@
      </item>
      <item row="1" column="1">
       <widget class="QLabel" name="label">
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
        <property name="text">
         <string>This is your username, not your normal Facebook login.<br/>
 If you are facebook.com/<b>badger</b>, enter <b>badger</b>.<br/>
@@ -62,6 +68,9 @@ Use <a href="http://www.facebook.com/username/">this page</a&
        <property name="textFormat">
         <enum>Qt::RichText</enum>
        </property>
+       <property name="wordWrap">
+        <bool>true</bool>
+       </property>
        <property name="openExternalLinks">
         <bool>true</bool>
        </property>

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list