diff options
author | Mert Tumer <mert.tumer@collabora.com> | 2020-03-31 15:04:38 +0300 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-03-31 22:04:21 +0200 |
commit | f905411741170e524c4a8741a600142585a4d8d8 (patch) | |
tree | c93fdd94719a1a027f7ee0dfd4c7325f4a6415c9 | |
parent | d2c23609083d7b3e5267b1e4c923476cbc509d00 (diff) |
added Clear Direct Formatting button to sidebar
Change-Id: I8d723f50cdc9bb768c082b7b5d9eafe1a6d7f9f1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91398
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r-- | svx/uiconfig/ui/sidebartextpanel.ui | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/svx/uiconfig/ui/sidebartextpanel.ui b/svx/uiconfig/ui/sidebartextpanel.ui index 65443d789f31..af220dcc0b25 100644 --- a/svx/uiconfig/ui/sidebartextpanel.ui +++ b/svx/uiconfig/ui/sidebartextpanel.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.16.1 --> +<!-- Generated with glade 3.22.1 --> <interface domain="svx"> <requires lib="gtk+" version="3.18"/> <requires lib="LibreOffice" version="1.0"/> @@ -273,7 +273,7 @@ <object class="sfxlo-SidebarToolBox" id="colorbar_background"> <property name="visible">True</property> <property name="can_focus">True</property> - <child> + <child> <object class="GtkMenuToolButton" id="backgroundcolor"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -294,6 +294,31 @@ </packing> </child> <child> + <object class="sfxlo-SidebarToolBox" id="resetattr"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="show_arrow">False</property> + <child> + <object class="GtkToolButton" id="resetattributes"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="is_important">True</property> + <property name="action_name">.uno:ResetAttributes</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">3</property> + </packing> + </child> + <child> <object class="sfxlo-SidebarToolBox" id="position"> <property name="visible">True</property> <property name="can_focus">True</property> |