diff options
author | Pranam Lashkari <lpranam@collabora.com> | 2020-04-23 19:29:10 +0530 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-05-02 23:22:06 +0200 |
commit | cbe86ee37018dc4bf04783ecf70fef2863e61ad7 (patch) | |
tree | 8ed9461660292e2fb6033cdb3ce110c1bd948a6f /sd/uiconfig | |
parent | 550f564d1689036a247d73d25a2d903b26ad06fa (diff) |
Added separate color picker for slide background gradient
Change-Id: I27b60244f011cb482affa5f47cde170daf3fc309
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92889
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/simpress/ui/sidebarslidebackground.ui | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui index 21828850d462..644c443fb966 100644 --- a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui +++ b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui @@ -195,6 +195,25 @@ </object> <packing> <property name="left_attach">1</property> + <property name="top_attach">4</property> + </packing> + </child> + <child> + <object class="GtkMenuButton" id="fillattr3"> + <property name="width_request">150</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="valign">center</property> + <property name="hexpand">True</property> + <property name="draw_indicator">True</property> + <property name="label" translatable="no"></property> + <child> + <placeholder/> + </child> + </object> + <packing> + <property name="left_attach">1</property> <property name="top_attach">5</property> </packing> </child> |