diff options
author | Susobhan Ghosh <susobhang70@gmail.com> | 2016-08-20 15:26:35 +0530 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-08-20 13:47:40 +0000 |
commit | 62424100ce6db8e5f1ff5a8bbb587f8ca4c389fc (patch) | |
tree | c4a4d0461eeaeff2652a460ff2860f6267854bf1 | |
parent | 170105956f843047d4c79657584f0c01aa7814c7 (diff) |
tdf#89466: Resize color and gradient controls to 150px
Change-Id: I7a622bc47d3a070f6ad441a1fe3baac615b25058
Reviewed-on: https://gerrit.libreoffice.org/28258
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
-rw-r--r-- | sd/uiconfig/simpress/ui/sidebarslidebackground.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui index 1c9cfe86013c..363c5e8631dc 100644 --- a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui +++ b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui @@ -68,6 +68,7 @@ </child> <child> <object class="svxlo-ColorLB" id="fillattr"> + <property name="width_request">150</property> <property name="can_focus">False</property> <property name="has_tooltip">True</property> </object> @@ -129,6 +130,7 @@ </child> <child> <object class="svxlo-SvxFillAttrBox" id="fillattr1"> + <property name="width_request">150</property> <property name="visible">True</property> <property name="can_focus">False</property> </object> @@ -139,6 +141,7 @@ </child> <child> <object class="svxlo-ColorLB" id="fillattr2"> + <property name="width_request">150</property> <property name="visible">True</property> <property name="can_focus">False</property> </object> |