diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-10-30 16:13:27 +0100 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-11-02 12:36:03 +0000 |
commit | ecc7308efa973fd1f1985ff9a0a0f01414b73f2b (patch) | |
tree | fc822d5cdb3745228c5a3f00a640be1292ff2962 /sd/uiconfig/sdraw | |
parent | be1b03a4b0f61b49a3aba8d6b78ae69be7295785 (diff) |
tdf#88276: New text background tab in char formatting dialog
Change-Id: I81880456d398e8bffd363626bac17ff9d54e7796
Reviewed-on: https://gerrit.libreoffice.org/19697
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
Tested-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'sd/uiconfig/sdraw')
-rw-r--r-- | sd/uiconfig/sdraw/ui/drawchardialog.ui | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sd/uiconfig/sdraw/ui/drawchardialog.ui b/sd/uiconfig/sdraw/ui/drawchardialog.ui index 797a2e5affb4..424ffb471454 100644 --- a/sd/uiconfig/sdraw/ui/drawchardialog.ui +++ b/sd/uiconfig/sdraw/ui/drawchardialog.ui @@ -130,6 +130,20 @@ <property name="tab_fill">False</property> </packing> </child> + <child> + <placeholder/> + </child> + <child type="tab"> + <object class="GtkLabel" id="RID_SVXPAGE_BACKGROUND"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">Background</property> + </object> + <packing> + <property name="position">3</property> + <property name="tab_fill">False</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> |