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


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

The following commit has been merged in the master branch:
commit 103cd4f2c8862dc8d7b62837152f4ec953fb733b
Author: Lasse Liehu <lliehu at kolumbus.fi>
Date:   Mon Mar 28 17:40:44 2011 +0200

    Fix bug 265702 : Inconsistent padding on "send" button
    
    Personally tested and reviewed the code. Adds correct padding on right and left of the "send" button
---
 lib/chat-widget.ui | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lib/chat-widget.ui b/lib/chat-widget.ui
index 3f517dd..77f6aca 100644
--- a/lib/chat-widget.ui
+++ b/lib/chat-widget.ui
@@ -122,6 +122,12 @@
    </item>
    <item>
     <layout class="QHBoxLayout" name="horizontalLayout">
+       <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