[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/15.12.1-2-382-gbd961c2

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:14:33 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=88a33a9

The following commit has been merged in the master branch:
commit 88a33a929f287e7b23bdbe3989aa0107eb3fdf27
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Tue Oct 2 14:05:22 2012 +0100

    Set all groupboxes to flat in KCModule
    
    BUG: 307581
---
 config/telepathy-kded-config.ui | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/config/telepathy-kded-config.ui b/config/telepathy-kded-config.ui
index 11d3bce..1dc89d0 100644
--- a/config/telepathy-kded-config.ui
+++ b/config/telepathy-kded-config.ui
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>703</width>
-    <height>638</height>
+    <height>649</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
@@ -16,6 +16,9 @@
      <property name="title">
       <string>Incoming files</string>
      </property>
+     <property name="flat">
+      <bool>true</bool>
+     </property>
      <layout class="QFormLayout" name="formLayout">
       <item row="0" column="0">
        <widget class="QLabel" name="m_downloadUrlLabel">
@@ -81,6 +84,9 @@
      <property name="title">
       <string>Auto away</string>
      </property>
+     <property name="flat">
+      <bool>true</bool>
+     </property>
      <layout class="QGridLayout" name="gridLayout">
       <item row="2" column="0">
        <widget class="QLabel" name="m_awayMinsLabel">
@@ -282,6 +288,9 @@
      <property name="title">
       <string>Now playing</string>
      </property>
+     <property name="flat">
+      <bool>true</bool>
+     </property>
      <layout class="QFormLayout" name="formLayout_2">
       <property name="fieldGrowthPolicy">
        <enum>QFormLayout::ExpandingFieldsGrow</enum>
@@ -340,6 +349,9 @@
      <property name="title">
       <string>Auto connect</string>
      </property>
+     <property name="flat">
+      <bool>true</bool>
+     </property>
      <layout class="QFormLayout" name="formLayout_3">
       <item row="0" column="0">
        <widget class="QLabel" name="m_autoConnectLabel">

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list