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


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

The following commit has been merged in the master branch:
commit 4b73e097c1682606e729f90af205f7439e4bf82a
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Mon May 9 15:36:22 2011 +0100

    Fix regression in which resizing the window doesn't expand the main view correctly.
    
    BUG:282862
---
 lib/chat-widget.ui | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/lib/chat-widget.ui b/lib/chat-widget.ui
index 77f6aca..0c3a2d7 100644
--- a/lib/chat-widget.ui
+++ b/lib/chat-widget.ui
@@ -16,6 +16,12 @@
    </property>
    <item>
     <widget class="QSplitter" name="splitter">
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
      </property>
@@ -122,12 +128,12 @@
    </item>
    <item>
     <layout class="QHBoxLayout" name="horizontalLayout">
-       <property name="leftMargin">
-           <number>4</number>
-       </property>
-       <property name="rightMargin">
-           <number>4</number>
-       </property>
+     <property name="leftMargin">
+      <number>4</number>
+     </property>
+     <property name="rightMargin">
+      <number>4</number>
+     </property>
      <item>
       <widget class="ChatTextEdit" name="sendMessageBox">
        <property name="sizePolicy">

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list