svx/uiconfig/ui/sidebarparagraph.ui |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit d2015efaaaa1e98454c6e9e1b6083bd7103fbab3
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Aug 26 16:12:42 2021 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Thu Aug 26 20:40:26 2021 +0200

    tdf#139660 one of the group needs to be active
    
    in this case using ToolButtons instead of ToggleToolButtons will work ok
    
    Change-Id: I806a8fc409ae346dd6734be13d69c4b171e54c08
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121121
    Tested-by: Jenkins
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/svx/uiconfig/ui/sidebarparagraph.ui 
b/svx/uiconfig/ui/sidebarparagraph.ui
index bb37e5689191..6dbeae3fd4e9 100644
--- a/svx/uiconfig/ui/sidebarparagraph.ui
+++ b/svx/uiconfig/ui/sidebarparagraph.ui
@@ -55,7 +55,7 @@
                 <property name="show_arrow">False</property>
                 <property name="icon_size">2</property>
                 <child>
-                  <object class="GtkToggleToolButton" id=".uno:LeftPara">
+                  <object class="GtkToolButton" id=".uno:LeftPara">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="use_underline">True</property>
@@ -66,7 +66,7 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkToggleToolButton" id=".uno:CenterPara">
+                  <object class="GtkToolButton" id=".uno:CenterPara">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="use_underline">True</property>
@@ -77,7 +77,7 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkToggleToolButton" id=".uno:RightPara">
+                  <object class="GtkToolButton" id=".uno:RightPara">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="use_underline">True</property>
@@ -88,7 +88,7 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkToggleToolButton" id=".uno:JustifyPara">
+                  <object class="GtkToolButton" id=".uno:JustifyPara">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="use_underline">True</property>
@@ -115,7 +115,7 @@
                 <property name="show_arrow">False</property>
                 <property name="icon_size">2</property>
                 <child>
-                  <object class="GtkToggleToolButton" 
id=".uno:ParaLeftToRight">
+                  <object class="GtkToolButton" id=".uno:ParaLeftToRight">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="use_underline">True</property>
@@ -126,7 +126,7 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkToggleToolButton" 
id=".uno:ParaRightToLeft">
+                  <object class="GtkToolButton" id=".uno:ParaRightToLeft">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="use_underline">True</property>
@@ -152,7 +152,7 @@
                 <property name="show_arrow">False</property>
                 <property name="icon_size">2</property>
                 <child>
-                  <object class="GtkToggleToolButton" id=".uno:CellVertTop">
+                  <object class="GtkToolButton" id=".uno:CellVertTop">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="use_underline">True</property>
@@ -163,7 +163,7 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkToggleToolButton" id=".uno:CellVertCenter">
+                  <object class="GtkToolButton" id=".uno:CellVertCenter">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="use_underline">True</property>
@@ -174,7 +174,7 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkToggleToolButton" id=".uno:CellVertBottom">
+                  <object class="GtkToolButton" id=".uno:CellVertBottom">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="use_underline">True</property>

Reply via email to