summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRishabh Kumar <kris.kr296@gmail.com>2015-06-08 20:51:54 +0530
committerPhilippe Jung <phil.jung@free.fr>2015-06-08 17:04:46 +0000
commitf6eb112faae4ba79616a40f34a90eec13093cc05 (patch)
tree83fce0b0c6acf972a5669d59212f817f9c89ca37
parentf8da549db16bf932271163480429c65eae1e6a3b (diff)
tdf#91890:Impress Crash when click on Transition icon in sidebar
Change-Id: I8ea350b97fcbf914b60ba580a72df967fdcfadef Reviewed-on: https://gerrit.libreoffice.org/16163 Reviewed-by: Philippe Jung <phil.jung@free.fr> Tested-by: Jenkins <ci@libreoffice.org>
-rw-r--r--sd/uiconfig/simpress/ui/slidetransitionspanel.ui13
1 files changed, 7 insertions, 6 deletions
diff --git a/sd/uiconfig/simpress/ui/slidetransitionspanel.ui b/sd/uiconfig/simpress/ui/slidetransitionspanel.ui
index 9e046fe9fd81..3870b74a0903 100644
--- a/sd/uiconfig/simpress/ui/slidetransitionspanel.ui
+++ b/sd/uiconfig/simpress/ui/slidetransitionspanel.ui
@@ -20,16 +20,15 @@
<property name="orientation">vertical</property>
<property name="spacing">12</property>
<child>
- <object class="GtkFrame" id="frame3">
+ <object class="GtkBox" id="box4">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="vexpand">True</property>
- <property name="label_xalign">0</property>
- <property name="shadow_type">none</property>
<child>
<object class="GtkAlignment" id="alignment3">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="hexpand">True</property>
<property name="vexpand">True</property>
<child>
<object class="GtkTreeView" id="transitions_list:border">
@@ -42,9 +41,11 @@
</object>
</child>
</object>
- </child>
- <child type="label_item">
- <placeholder/>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
</child>
</object>
<packing>