diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-21 17:25:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-22 09:39:45 +0200 |
commit | b081a34dfcab58ad2ce8cc149fb538e74593a16d (patch) | |
tree | e5f65dcec9056d01ac52c03bab55efaed50299b7 /svx/uiconfig/ui/sidebartextpanel.ui | |
parent | dfb24c3d9f3bdbdace593bbd85307a2467c0c7ec (diff) |
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@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/uiconfig/ui/sidebartextpanel.ui')
-rw-r--r-- | svx/uiconfig/ui/sidebartextpanel.ui | 12 |
1 files changed, 6 insertions, 6 deletions
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> |