fpicker/uiconfig/ui/breadcrumb.ui |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 8b3e6cc6143c26794252908ac6779370db251959
Author:     Bogdan Buzea <buzea.bog...@libreoffice.org>
AuthorDate: Sun Jun 23 19:22:57 2024 +0200
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Mon Jun 24 05:11:04 2024 +0200

    Resave with newer Glade version
    
    Change-Id: Ia740b979dcb8e21f7031020b8e2c708cfa43c0f2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169407
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/fpicker/uiconfig/ui/breadcrumb.ui 
b/fpicker/uiconfig/ui/breadcrumb.ui
index 5e58b5a76586..c3c6af46eb1a 100644
--- a/fpicker/uiconfig/ui/breadcrumb.ui
+++ b/fpicker/uiconfig/ui/breadcrumb.ui
@@ -1,33 +1,33 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.40.0 -->
 <interface domain="fps">
   <requires lib="gtk+" version="3.20"/>
-  <!-- n-columns=1 n-rows=1 -->
+  <!-- n-columns=2 n-rows=1 -->
   <object class="GtkGrid" id="container">
     <property name="visible">True</property>
-    <property name="can_focus">False</property>
-    <property name="column_spacing">6</property>
+    <property name="can-focus">False</property>
+    <property name="column-spacing">6</property>
     <child>
       <object class="GtkLinkButton" id="link">
         <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="relief">none</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>
     <child>
       <object class="GtkLabel" id="label">
         <property name="visible">True</property>
-        <property name="can_focus">False</property>
+        <property name="can-focus">False</property>
       </object>
       <packing>
-        <property name="left_attach">1</property>
-        <property name="top_attach">0</property>
+        <property name="left-attach">1</property>
+        <property name="top-attach">0</property>
       </packing>
     </child>
   </object>
-</interface>
+</interface>
\ No newline at end of file

Reply via email to