chart2/uiconfig/ui/sidebartype.ui  |    6 +++---
 chart2/uiconfig/ui/tp_ChartType.ui |    8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 7d02d980fd365aa112354761f2dc81d7bc6a6e83
Author:     Kurt Nordback <kurt.nordb...@collabora.com>
AuthorDate: Mon Jul 14 16:25:35 2025 -0600
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Fri Aug 29 16:52:01 2025 +0200

    tdf#165552 - 'Number of lines' control missing
    
    Fix the chart type dialog and chart sidebar .ui files so that the
    'number of lines' entry for columns-and-lines is not overlapping with the
    'composite size' entry for of-pie (which doesn't cause a problem with gtk,
    but does cause a problem with vcl=gen).
    
    Change-Id: I90db47623b9b5699457e814c914690dc1e7f4bf4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187885
    Tested-by: Olivier Hallot <olivier.hal...@libreoffice.org>
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>
    Reviewed-by: Regina Henschel <rb.hensc...@t-online.de>
    (cherry picked from commit 2b4996dc8043dd6b0b2af4e0914caf6c83a2dc87)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190332
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/chart2/uiconfig/ui/sidebartype.ui 
b/chart2/uiconfig/ui/sidebartype.ui
index 1d3cb2d1af05..df1031d590c8 100644
--- a/chart2/uiconfig/ui/sidebartype.ui
+++ b/chart2/uiconfig/ui/sidebartype.ui
@@ -37,7 +37,7 @@
     <property name="visible">True</property>
     <property name="can-focus">False</property>
     <child>
-      <!-- n-columns=2 n-rows=9 -->
+      <!-- n-columns=2 n-rows=10 -->
       <object class="GtkGrid" id="grid1">
         <property name="visible">True</property>
         <property name="can-focus">False</property>
@@ -261,7 +261,7 @@
           </object>
           <packing>
             <property name="left-attach">0</property>
-            <property name="top-attach">8</property>
+            <property name="top-attach">9</property>
           </packing>
         </child>
         <child>
@@ -274,7 +274,7 @@
           </object>
           <packing>
             <property name="left-attach">1</property>
-            <property name="top-attach">8</property>
+            <property name="top-attach">9</property>
           </packing>
         </child>
         <child>
diff --git a/chart2/uiconfig/ui/tp_ChartType.ui 
b/chart2/uiconfig/ui/tp_ChartType.ui
index 631ce5f98360..a92ff10db4e5 100644
--- a/chart2/uiconfig/ui/tp_ChartType.ui
+++ b/chart2/uiconfig/ui/tp_ChartType.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.38.2 -->
+<!-- Generated with glade 3.40.0 -->
 <interface domain="chart">
   <requires lib="gtk+" version="3.20"/>
   <object class="GtkAdjustment" id="adjustment1">
@@ -238,7 +238,7 @@
                   </packing>
                 </child>
                 <child>
-                  <!-- n-columns=1 n-rows=5 -->
+                  <!-- n-columns=1 n-rows=6 -->
                   <object class="GtkGrid" id="stackblock">
                     <property name="visible">True</property>
                     <property name="can-focus">False</property>
@@ -480,7 +480,7 @@
                             <property name="adjustment">adjustment2</property>
                             <child internal-child="accessible">
                               <object class="AtkObject" 
id="compositesize-atkobject">
-                                <property 
name="AtkObject::accessible-description" translatable="yes" 
context="tp_ChartType|extended_tip|compositesize">Set the number of entries in 
an of-pie chart composite wedge.</property>
+                                <property 
name="AtkObject::accessible-description" translatable="yes" 
context="tp_ChartType|extended_tip|compositesize">Set the number of entries in 
the composite wedge.</property>
                               </object>
                             </child>
                           </object>
@@ -492,7 +492,7 @@
                       </object>
                       <packing>
                         <property name="left-attach">0</property>
-                        <property name="top-attach">4</property>
+                        <property name="top-attach">5</property>
                       </packing>
                     </child>
                   </object>

Reply via email to