[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - svx/uiconfig

Pranam Lashkari (via logerrit) logerrit at kemper.freedesktop.org
Tue Mar 24 09:32:25 UTC 2020


 svx/uiconfig/ui/sidebarpossize.ui |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

New commits:
commit 77763a9d8181899d30705d99e7ce293d96e77b57
Author:     Pranam Lashkari <lpranam at collabora.com>
AuthorDate: Mon Mar 23 20:21:24 2020 +0530
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Mar 24 10:31:56 2020 +0100

    added "to background" and "to foreground" buttons to sidebar
    
    Change-Id: Ia2b8c72d7e84e9c549e0f78690a4a4c226d61cb1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90709
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/svx/uiconfig/ui/sidebarpossize.ui b/svx/uiconfig/ui/sidebarpossize.ui
index 8605a49d387e..727c90c62580 100644
--- a/svx/uiconfig/ui/sidebarpossize.ui
+++ b/svx/uiconfig/ui/sidebarpossize.ui
@@ -419,6 +419,30 @@
                         <property name="homogeneous">True</property>
                       </packing>
                     </child>
+                    <child>
+                      <object class="GtkToolButton" id="tobackground">
+                        <property name="visible">True</property>
+                        <property name="can_focus">False</property>
+                        <property name="action_name">.uno:SetObjectToBackground</property>
+                        <property name="use_underline">True</property>
+                      </object>
+                      <packing>
+                        <property name="expand">False</property>
+                        <property name="homogeneous">True</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <object class="GtkToolButton" id="toforeground">
+                        <property name="visible">True</property>
+                        <property name="can_focus">False</property>
+                        <property name="action_name">.uno:SetObjectToForeground</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">True</property>


More information about the Libreoffice-commits mailing list