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:
parent
d5055e6488
commit
cccb12a6de
1 changed files with 0 additions and 2 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue