diff options
author | andreas kainz <kainz.a@gmail.com> | 2020-09-25 22:30:03 +0200 |
---|---|---|
committer | Andreas Kainz <kainz.a@gmail.com> | 2020-09-27 14:15:23 +0200 |
commit | 397fd597c9b478f892641dc219d7d8cd1cfd5fac (patch) | |
tree | 23e504f8ac4b2fc86080bb1caa74db5ac9c94c6c /svx/uiconfig/ui | |
parent | 37a96d9fa4f5a6dbc7e7eabed169535cf276284e (diff) |
Sidebar: add FormatPaintbrush to SidebarStylesPanel
Change-Id: I265f803432c12f39ca0025d602c2d032c549a6c5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103469
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'svx/uiconfig/ui')
-rw-r--r-- | svx/uiconfig/ui/sidebarstylespanel.ui | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/sidebarstylespanel.ui b/svx/uiconfig/ui/sidebarstylespanel.ui index 66ee89676ad7..226a095b350f 100644 --- a/svx/uiconfig/ui/sidebarstylespanel.ui +++ b/svx/uiconfig/ui/sidebarstylespanel.ui @@ -74,10 +74,21 @@ <object class="GtkToolbar" id="style"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="margin_left">3</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:FormatPaintbrush"> + <property name="visible">True</property> + <property name="can_focus">False</property> + </object> + <packing> + <property name="expand">True</property> + <property name="homogeneous">True</property> + </packing> + </child> + <child> <object class="GtkToolButton" id=".uno:StyleUpdateByExample"> <property name="visible">True</property> <property name="can_focus">False</property> |