sc/uiconfig/scalc/ui/notebookbar.ui |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit dbce105be93b7721817d45c3ab6d774c9c23943c
Author:     Hossein <hoss...@libreoffice.org>
AuthorDate: Fri Nov 15 09:54:02 2024 +0100
Commit:     Hossein <hoss...@libreoffice.org>
CommitDate: Fri Nov 15 11:26:11 2024 +0100

    Cleanup notebookbar.ui for sc
    
    While trying to load notebookbar.ui for sc I found that there are issues
    with the .ui file itself:
    
    * Duplicate IDs, created in 608e1452c51efa4f9bbcea8ed9a538ff974eed28
    * Typo in the attribute names, created with the manual edits in
        04ed7cbe53243a042ceeecc62212e73a910d7aef
    
    This patch fixes above problems.
    
    Now, one can preview the notebookbar.ui for sc with:
    
    $ export GLADE_CATALOG_SEARCH_PATH=$PWD/instdir/share/glade
    $ glade-previewer -f sc/uiconfig/scalc/ui/notebookbar.ui
    
    Change-Id: I83be23f4a2a24a04f4fa8b627c138bc42bdf6916
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176619
    Tested-by: Jenkins
    Reviewed-by: Hossein   <hoss...@libreoffice.org>

diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui 
b/sc/uiconfig/scalc/ui/notebookbar.ui
index e902612f4705..85f1dda0a3a2 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -3221,7 +3221,7 @@
                                         <property 
name="visible">True</property>
                                         <property 
name="can_focus">True</property>
                                         <property 
name="valign">center</property>
-                                        <property 
name="margi_start">5</property>
+                                        <property 
name="margin_start">5</property>
                                         <property 
name="margin_end">5</property>
                                         <child>
                                           <object class="GtkToolButton" 
id="Home-FontHeight">
@@ -4779,7 +4779,7 @@
                             <child>
                               <object class="GtkToolButton" 
id="Insert-DataDataPilotRun">
                                 <property name="visible">True</property>
-                                <property name="margi_start">5</property>
+                                <property name="margin_start">5</property>
                                 <property 
name="action_name">.uno:DataDataPilotRun</property>
                               </object>
                               <packing>
@@ -7270,7 +7270,7 @@
                             <property name="can_focus">False</property>
                             <property name="orientation">vertical</property>
                             <child>
-                              <object class="sfxlo-NotebookbarToolBox" 
id="LeftParaMargin8">
+                              <object class="sfxlo-NotebookbarToolBox" 
id="LeftParaMargin80">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property 
name="toolbar_style">both-horiz</property>
@@ -7540,7 +7540,7 @@
                               </packing>
                             </child>
                             <child>
-                              <object class="sfxlo-NotebookbarToolBox" 
id="belowspacing8">
+                              <object class="sfxlo-NotebookbarToolBox" 
id="belowspacing80">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="valign">center</property>
@@ -10994,7 +10994,7 @@
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="valign">center</property>
-                        <property name="margi_start">5</property>
+                        <property name="margin_start">5</property>
                         <property name="vexpand">True</property>
                         <child>
                           <object class="GtkSeparator" id="separator123">

Reply via email to