diff options
author | Pranam Lashkari <lpranam@collabora.com> | 2020-05-07 19:21:04 +0530 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-05-11 23:00:28 +0200 |
commit | a0e45956ce90401be01918f4712ae187beccf248 (patch) | |
tree | 422d88bc6138f7eeecf64be01b9e5663a4da697f /svx/uiconfig/ui/sidebartextpanel.ui | |
parent | 893a5249b934f92f072b89b9b558c9de593aa557 (diff) |
fixed clear Direct Formatting button to sidebar in impress
Change-Id: I81cd30b3ce7087122c260dca99e86a3c857447b2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93813
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'svx/uiconfig/ui/sidebartextpanel.ui')
-rw-r--r-- | svx/uiconfig/ui/sidebartextpanel.ui | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/sidebartextpanel.ui b/svx/uiconfig/ui/sidebartextpanel.ui index 14584cdc63d1..943cf41b1165 100644 --- a/svx/uiconfig/ui/sidebartextpanel.ui +++ b/svx/uiconfig/ui/sidebartextpanel.ui @@ -338,6 +338,31 @@ </packing> </child> <child> + <object class="GtkToolbar" id="defaultattr"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="toolbar_style">icons</property> + <property name="show_arrow">False</property> + <property name="icon_size">2</property> + <child> + <object class="GtkToolButton" id=".uno:SetDefault"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">False</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="GtkToolbar" id="position"> <property name="visible">True</property> <property name="can_focus">True</property> |