sc/uiconfig/scalc/ui/notebookbar_online.ui |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

New commits:
commit e60029e49aef287d1c6c6598168323599732dc0f
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Mon Jan 29 11:42:17 2024 +0100
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Mon Jan 29 17:39:07 2024 +0100

    lok: notebookbar: fix number format field
    
    - number format filed is inside different container in online
    - make it working again by putting into standalone
      sfxlo-NotebookbarToolBox
    
    Change-Id: Iecf85aad598cc5a68b5128e32f27818f2b372d92
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162683
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>

diff --git a/sc/uiconfig/scalc/ui/notebookbar_online.ui 
b/sc/uiconfig/scalc/ui/notebookbar_online.ui
index 599bef675503..bea44e0eeb61 100644
--- a/sc/uiconfig/scalc/ui/notebookbar_online.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar_online.ui
@@ -58,7 +58,7 @@
           </packing>
         </child>
         <child>
-          <object class="GtkToolbar" id="WeldedToolbar">
+          <object class="sfxlo-NotebookbarToolBox" id="SectionBottom127">
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="toolbar_style">icons</property>
@@ -73,6 +73,12 @@
                 <property name="homogeneous">True</property>
               </packing>
             </child>
+          </object>
+          <packing>
+            <property name="left_attach">0</property>
+            <property name="top_attach">0</property>
+          </packing>
+          <object class="GtkToolbar" id="WeldedToolbar">
             <child>
               <object class="GtkMenuToolButton" id="NumberFormatCurrency">
                 <property name="visible">True</property>

Reply via email to