[Libreoffice-commits] core.git: svx/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 22 07:40:22 UTC 2020
svx/uiconfig/ui/sidebartextpanel.ui | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
New commits:
commit b081a34dfcab58ad2ce8cc149fb538e74593a16d
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Apr 21 17:25:17 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Apr 22 09:39:45 2020 +0200
some of these need to be GtkToggleToolButton
Change-Id: I1ebfac22b006de560c5208906b4d2a1efc011f8b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92654
Tested-by: Caolán McNamara <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/svx/uiconfig/ui/sidebartextpanel.ui b/svx/uiconfig/ui/sidebartextpanel.ui
index a74f8ab77be2..14584cdc63d1 100644
--- a/svx/uiconfig/ui/sidebartextpanel.ui
+++ b/svx/uiconfig/ui/sidebartextpanel.ui
@@ -117,7 +117,7 @@
<property name="show_arrow">False</property>
<property name="icon_size">2</property>
<child>
- <object class="GtkToolButton" id=".uno:Bold">
+ <object class="GtkToggleToolButton" id=".uno:Bold">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="use_underline">True</property>
@@ -128,7 +128,7 @@
</packing>
</child>
<child>
- <object class="GtkToolButton" id=".uno:Italic">
+ <object class="GtkToggleToolButton" id=".uno:Italic">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="use_underline">True</property>
@@ -150,7 +150,7 @@
</packing>
</child>
<child>
- <object class="GtkToolButton" id=".uno:Strikeout">
+ <object class="GtkToggleToolButton" id=".uno:Strikeout">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="use_underline">True</property>
@@ -161,7 +161,7 @@
</packing>
</child>
<child>
- <object class="GtkToolButton" id=".uno:Shadowed">
+ <object class="GtkToggleToolButton" id=".uno:Shadowed">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="use_underline">True</property>
@@ -345,7 +345,7 @@
<property name="show_arrow">False</property>
<property name="icon_size">2</property>
<child>
- <object class="GtkToolButton" id=".uno:SuperScript">
+ <object class="GtkToggleToolButton" id=".uno:SuperScript">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="use_underline">True</property>
@@ -356,7 +356,7 @@
</packing>
</child>
<child>
- <object class="GtkToolButton" id=".uno:SubScript">
+ <object class="GtkToggleToolButton" id=".uno:SubScript">
<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