sd/uiconfig/simpress/ui/customanimationspanel.ui | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 4244236d1bfc6426b7d81f0a9d13e473c091b345 Author: Susobhan Ghosh <[email protected]> Date: Sun Jul 31 18:52:48 2016 +0530 Padding adjustment to Custom Animations Panel Change-Id: Ib09d138d2f8e82d08ce1f2082a25690ce01ac7cc Reviewed-on: https://gerrit.libreoffice.org/27752 Tested-by: Jenkins <[email protected]> Reviewed-by: Yousuf Philips <[email protected]> diff --git a/sd/uiconfig/simpress/ui/customanimationspanel.ui b/sd/uiconfig/simpress/ui/customanimationspanel.ui index 8b84969..513a7d1 100644 --- a/sd/uiconfig/simpress/ui/customanimationspanel.ui +++ b/sd/uiconfig/simpress/ui/customanimationspanel.ui @@ -49,7 +49,7 @@ <property name="can_focus">False</property> <property name="vexpand">True</property> <property name="orientation">vertical</property> - <property name="spacing">12</property> + <property name="spacing">2</property> <child> <object class="sdlo-CustomAnimationList" id="custom_animation_list"> <property name="visible">True</property> @@ -379,6 +379,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> + <property name="margin_left">6</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
