[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:07:06 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=9c4fdda

The following commit has been merged in the master branch:
commit 9c4fdda8fcc50a79fb43ed79e2d883354fbe34ee
Author: Sven Brauch <svenbrauch at googlemail.com>
Date:   Tue Sep 10 14:00:21 2013 +0200

    Set the AccountsComboBox in the add contact dialog to Expanding
    
    fixes an issue with too small size of the box when contacts are loaded
    later. Can eventually be reverted when review: 112631 is reverted, too.
---
 KTp/Widgets/add-contact-dialog.ui | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/KTp/Widgets/add-contact-dialog.ui b/KTp/Widgets/add-contact-dialog.ui
index f3ba71a..fc355ff 100644
--- a/KTp/Widgets/add-contact-dialog.ui
+++ b/KTp/Widgets/add-contact-dialog.ui
@@ -29,7 +29,14 @@
     <widget class="KLineEdit" name="screenNameLineEdit"/>
    </item>
    <item row="0" column="1">
-    <widget class="KTp::AccountsComboBox" name="accountCombo"/>
+    <widget class="KTp::AccountsComboBox" name="accountCombo">
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+    </widget>
    </item>
   </layout>
  </widget>

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list