[kmymoney] [Bug 416534] Some ui files are not compilable after editing with designer

Ralf Habacker bugzilla_noreply at kde.org
Tue Jan 21 16:06:06 GMT 2020


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

--- Comment #4 from Ralf Habacker <ralf.habacker at 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.


More information about the KMyMoney-devel mailing list