diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-02-22 14:31:10 +0100 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-02-22 14:32:27 +0100 |
commit | 8fa439aa710bdd21e61910c02bfb9d8a8117eef4 (patch) | |
tree | b1770fd4f71810265cbe01b421c06b7fcd8cf5f7 /sd | |
parent | 960411badb0dc83e0e04526fe33081c7d6fdf348 (diff) |
Paper cuts in animations sidebar
Change-Id: I1fff084b7c8a1a234dcc36dafa35dfd9aeeaccf3
Diffstat (limited to 'sd')
-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> |