sd/uiconfig/simpress/ui/customanimationspanel.ui | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit 8fa439aa710bdd21e61910c02bfb9d8a8117eef4 Author: Katarina Behrens <[email protected]> Date: Mon Feb 22 14:31:10 2016 +0100 Paper cuts in animations sidebar Change-Id: I1fff084b7c8a1a234dcc36dafa35dfd9aeeaccf3 diff --git a/sd/uiconfig/simpress/ui/customanimationspanel.ui b/sd/uiconfig/simpress/ui/customanimationspanel.ui index 13dbb59..a8bcf84 100644 --- a/sd/uiconfig/simpress/ui/customanimationspanel.ui +++ b/sd/uiconfig/simpress/ui/customanimationspanel.ui @@ -69,7 +69,7 @@ <object class="GtkBox" id="box2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="halign">center</property> + <property name="halign">start</property> <child> <object class="GtkButton" id="add_effect"> <property name="visible">True</property> @@ -147,6 +147,7 @@ <object class="GtkLabel" id="categorylabel"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="halign">end</property> <property name="label" translatable="yes">Category:</property> </object> <packing> @@ -158,6 +159,7 @@ <object class="GtkLabel" id="effectlabel"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="halign">end</property> <property name="label" translatable="yes">Effect:</property> </object> <packing> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
