svx/uiconfig/ui/sidebarpossize.ui | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+)
New commits: commit 77763a9d8181899d30705d99e7ce293d96e77b57 Author: Pranam Lashkari <lpra...@collabora.com> AuthorDate: Mon Mar 23 20:21:24 2020 +0530 Commit: Andras Timar <andras.ti...@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 <jenkinscollaboraoff...@gmail.com> Reviewed-by: Andras Timar <andras.ti...@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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits