diff options
author | Rohan Kumar <rohankanojia420@gmail.com> | 2017-01-21 01:31:34 +0530 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-03-01 10:58:43 +0000 |
commit | a04abc59ae24690992a771305a4e89451c77c289 (patch) | |
tree | 3d6925010d6f001b61ac425c67f3f83b74f332f1 /sd/uiconfig | |
parent | d40a90f6d156fcdca8737295d85befe6cc384b8e (diff) |
tdf#96681 Lack of UI to change the text background color of a style
Added Highlighting tab to Edit Style button in impress
Change-Id: I9426f583da4078cd380823bbaa30ce1941ffa3bd
Reviewed-on: https://gerrit.libreoffice.org/23684
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/sdraw/ui/drawprtldialog.ui | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sd/uiconfig/sdraw/ui/drawprtldialog.ui b/sd/uiconfig/sdraw/ui/drawprtldialog.ui index c5c5fa2b7b30..561f63000965 100644 --- a/sd/uiconfig/sdraw/ui/drawprtldialog.ui +++ b/sd/uiconfig/sdraw/ui/drawprtldialog.ui @@ -298,6 +298,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">Highlighting</property> + </object> + <packing> + <property name="position">15</property> + <property name="tab_fill">False</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> |