diff options
author | Susobhan Ghosh <susobhang70@gmail.com> | 2016-07-31 18:52:48 +0530 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-08-01 06:23:00 +0000 |
commit | 4244236d1bfc6426b7d81f0a9d13e473c091b345 (patch) | |
tree | 759e9ad89ed6e4654bdd84fbfeaa46e62fd5616d | |
parent | 3e79c2f8c274c906d8ac259b4984b9637498e87b (diff) |
Padding adjustment to Custom Animations Panel
Change-Id: Ib09d138d2f8e82d08ce1f2082a25690ce01ac7cc
Reviewed-on: https://gerrit.libreoffice.org/27752
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationspanel.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/uiconfig/simpress/ui/customanimationspanel.ui b/sd/uiconfig/simpress/ui/customanimationspanel.ui index 8b8496937fe5..513a7d1f725d 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> |