[Libreoffice-commits] core.git: svx/uiconfig
Mert Tumer (via logerrit)
logerrit at kemper.freedesktop.org
Tue Mar 31 20:05:06 UTC 2020
svx/uiconfig/ui/sidebartextpanel.ui | 29 +++++++++++++++++++++++++++--
1 file changed, 27 insertions(+), 2 deletions(-)
New commits:
commit f905411741170e524c4a8741a600142585a4d8d8
Author: Mert Tumer <mert.tumer at collabora.com>
AuthorDate: Tue Mar 31 15:04:38 2020 +0300
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Mar 31 22:04:21 2020 +0200
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 at collabora.com>
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>
@@ -293,6 +293,31 @@
<property name="position">2</property>
</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>
More information about the Libreoffice-commits
mailing list