summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2020-03-23 20:21:24 +0530
committerAndras Timar <andras.timar@collabora.com>2020-03-24 10:31:56 +0100
commit77763a9d8181899d30705d99e7ce293d96e77b57 (patch)
tree37970a35714271886c8e683044445671982b2819 /svx
parenta50d20b114b4d418cebb968af4b40645dfac087a (diff)
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@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/uiconfig/ui/sidebarpossize.ui24
1 files changed, 24 insertions, 0 deletions
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>