[Libreoffice-commits] core.git: svx/uiconfig

andreas kainz (via logerrit) logerrit at kemper.freedesktop.org
Sun Sep 27 12:16:02 UTC 2020


 svx/uiconfig/ui/sidebarstylespanel.ui |   11 +++++++++++
 1 file changed, 11 insertions(+)

New commits:
commit 397fd597c9b478f892641dc219d7d8cd1cfd5fac
Author:     andreas kainz <kainz.a at gmail.com>
AuthorDate: Fri Sep 25 22:30:03 2020 +0200
Commit:     Andreas Kainz <kainz.a at gmail.com>
CommitDate: Sun Sep 27 14:15:23 2020 +0200

    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 at gmail.com>

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,9 +74,20 @@
               <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>


More information about the Libreoffice-commits mailing list