basctl/uiconfig/basicide/ui/dockingorganizer.ui |   38 ++++++++++++------------
 1 file changed, 19 insertions(+), 19 deletions(-)

New commits:
commit 3de0caf52389ae885641853a43774a7526e203c0
Author:     Michael Weghorn <[email protected]>
AuthorDate: Mon Nov 10 10:41:19 2025 +0100
Commit:     Michael Weghorn <[email protected]>
CommitDate: Mon Nov 10 14:41:16 2025 +0100

    basctl: Resave dockingorganizer.ui with glade 3.40
    
    This .ui file gets used in the window that can be triggered
    using "Tools" -> "Macros" -> "Edit Macros" from Writer.
    
    Change-Id: Idbbcbdcc73f70b20047fa9bb741873a49ba02d9d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193728
    Reviewed-by: Michael Weghorn <[email protected]>
    Tested-by: Jenkins

diff --git a/basctl/uiconfig/basicide/ui/dockingorganizer.ui 
b/basctl/uiconfig/basicide/ui/dockingorganizer.ui
index 93a78155466f..669447339995 100644
--- a/basctl/uiconfig/basicide/ui/dockingorganizer.ui
+++ b/basctl/uiconfig/basicide/ui/dockingorganizer.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.40.0 -->
 <interface domain="basctl">
   <requires lib="gtk+" version="3.24"/>
   <object class="GtkTreeStore" id="liststore1">
@@ -12,32 +12,32 @@
       <column type="gchararray"/>
     </columns>
   </object>
-  <!-- n-columns=1 n-rows=1 -->
+  <!-- n-columns=1 n-rows=2 -->
   <object class="GtkGrid" id="DockingOrganizer">
     <property name="visible">True</property>
-    <property name="can_focus">False</property>
+    <property name="can-focus">False</property>
     <property name="hexpand">True</property>
     <property name="vexpand">True</property>
-    <property name="row_spacing">6</property>
-    <property name="column_spacing">12</property>
+    <property name="row-spacing">6</property>
+    <property name="column-spacing">12</property>
     <child>
       <object class="GtkScrolledWindow">
         <property name="visible">True</property>
-        <property name="can_focus">True</property>
+        <property name="can-focus">True</property>
         <property name="hexpand">True</property>
         <property name="vexpand">True</property>
-        <property name="shadow_type">in</property>
+        <property name="shadow-type">in</property>
         <child>
           <object class="GtkTreeView" id="libraries">
             <property name="visible">True</property>
-            <property name="can_focus">True</property>
-            <property name="receives_default">True</property>
+            <property name="can-focus">True</property>
+            <property name="receives-default">True</property>
             <property name="hexpand">True</property>
             <property name="vexpand">True</property>
             <property name="model">liststore1</property>
-            <property name="headers_visible">False</property>
-            <property name="search_column">1</property>
-            <property name="enable_tree_lines">True</property>
+            <property name="headers-visible">False</property>
+            <property name="search-column">1</property>
+            <property name="enable-tree-lines">True</property>
             <child internal-child="selection">
               <object class="GtkTreeSelection"/>
             </child>
@@ -62,20 +62,20 @@
         </child>
       </object>
       <packing>
-        <property name="left_attach">0</property>
-        <property name="top_attach">1</property>
+        <property name="left-attach">0</property>
+        <property name="top-attach">1</property>
       </packing>
     </child>
     <child>
       <object class="GtkLabel" id="title">
         <property name="visible">True</property>
-        <property name="can_focus">False</property>
-        <property name="use_underline">True</property>
-        <property name="mnemonic_widget">libraries</property>
+        <property name="can-focus">False</property>
+        <property name="use-underline">True</property>
+        <property name="mnemonic-widget">libraries</property>
       </object>
       <packing>
-        <property name="left_attach">0</property>
-        <property name="top_attach">0</property>
+        <property name="left-attach">0</property>
+        <property name="top-attach">0</property>
       </packing>
     </child>
   </object>

Reply via email to