https://bugs.kde.org/show_bug.cgi?id=416534

--- Comment #4 from Ralf Habacker <ralf.habac...@freenet.de> ---
(In reply to Jack from comment #1)
> Also, is this a bug in Designer or in the KMM ui files?

There are other issues when updating ui files with designer that are clearly
caused by the designer, such as replacing a "margins" tag with 4 individual
tags e.g.

     <number>6</number>
    </property>
-   <property name="margin">
+   <property name="leftMargin">
+    <number>11</number>
+   </property>
+   <property name="topMargin">
+    <number>11</number>
+   </property>
+   <property name="rightMargin">
+    <number>11</number>
+   </property>
+   <property name="bottomMargin">
     <number>11</number>
    </property>

which blow up files without adding any additional information.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to