sw/uiconfig/swriter/ui/notebookbar.ui |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 369b726d308270679b792aa21c92bd0b308ec171
Author:     Justin Luth <[email protected]>
AuthorDate: Fri Sep 19 14:04:02 2025 -0400
Commit:     Justin Luth <[email protected]>
CommitDate: Fri Sep 19 21:54:40 2025 +0200

    tdf#166406 sw nbb: position LTR and RTL side by side
    
    The worst thing to do to a bug
    is to mark it as an easy hack.
    That just means it will never be solved.
    
    With the increased push to spotlight the NBB,
    these papercuts should be solved ASAP
    instead of languishing forever.
    
    Change-Id: I8e5736add29b7db26ada0d671bc00b86d1c45fae
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191208
    Tested-by: Jenkins
    Reviewed-by: Justin Luth <[email protected]>

diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui 
b/sw/uiconfig/swriter/ui/notebookbar.ui
index 3caf2c668ffa..9f219f496825 100644
--- a/sw/uiconfig/swriter/ui/notebookbar.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar.ui
@@ -3974,9 +3974,9 @@
                                       </packing>
                                     </child>
                                     <child>
-                                      <object class="GtkToolButton" 
id="Home-ControlCodes1">
+                                      <object class="GtkToolButton" 
id="Home-ParaLeftToRight1">
                                         <property 
name="visible">True</property>
-                                        <property 
name="action-name">.uno:ControlCodes</property>
+                                        <property 
name="action-name">.uno:ParaLeftToRight</property>
                                       </object>
                                       <packing>
                                         <property 
name="expand">False</property>
@@ -3997,9 +3997,9 @@
                                     <property 
name="toolbar-style">icons</property>
                                     <property 
name="show-arrow">False</property>
                                     <child>
-                                      <object class="GtkToolButton" 
id="Home-ParaLeftToRight1">
+                                      <object class="GtkToolButton" 
id="Home-ParaRightToLeft1">
                                         <property 
name="visible">True</property>
-                                        <property 
name="action-name">.uno:ParaLeftToRight</property>
+                                        <property 
name="action-name">.uno:ParaRightToLeft</property>
                                       </object>
                                       <packing>
                                         <property 
name="expand">False</property>
@@ -4109,9 +4109,9 @@
                                     <property 
name="toolbar-style">icons</property>
                                     <property 
name="show-arrow">False</property>
                                     <child>
-                                      <object class="GtkToolButton" 
id="Home-ParaRightToLeft1">
+                                      <object class="GtkToolButton" 
id="Home-ControlCodes1">
                                         <property 
name="visible">True</property>
-                                        <property 
name="action-name">.uno:ParaRightToLeft</property>
+                                        <property 
name="action-name">.uno:ControlCodes</property>
                                       </object>
                                       <packing>
                                         <property 
name="expand">False</property>

Reply via email to