notifications: Do not vertically expand the listbox

This avoids the list box to not look stupidly long and empty and matches
the design of the other list boxes.
This commit is contained in:
Adrien Plazas 2019-01-09 08:45:43 +01:00
parent d5055e6488
commit cccb12a6de

View file

@ -183,7 +183,6 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">in</property>
<child>
@ -191,7 +190,6 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="selection_mode">none</property>
<signal name="keynav-failed" handler="keynav_failed" object="CcNotificationsPanel" swapped="yes" />
<signal name="row-activated" handler="select_app" object="CcNotificationsPanel" swapped="yes" />