diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-08-26 16:12:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-08-26 20:40:26 +0200 |
commit | d2015efaaaa1e98454c6e9e1b6083bd7103fbab3 (patch) | |
tree | 907f346ecd2231be832a3420b716acde58c0141d /svx | |
parent | 0bae96d56134e2cd2a6fe101fc053cea48c1e017 (diff) |
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 <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/uiconfig/ui/sidebarparagraph.ui | 18 |
1 files changed, 9 insertions, 9 deletions
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> |