[Libreoffice-commits] core.git: Branch 'libreoffice-7-2' - svx/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Thu Aug 26 19:51:07 UTC 2021
svx/uiconfig/ui/sidebarparagraph.ui | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
New commits:
commit b30f30fdcc00a254943c39971b0f7f3769ec4f78
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Aug 26 16:12:42 2021 +0100
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Thu Aug 26 21:50:30 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/+/121061
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.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>
More information about the Libreoffice-commits
mailing list