diff options
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationspanel.ui | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/uiconfig/simpress/ui/customanimationspanel.ui b/sd/uiconfig/simpress/ui/customanimationspanel.ui index 13dbb5986011..a8bcf84608f9 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> |