[gnome-control-center] notifications: Do not vertically expand the listbox



commit cccb12a6de1115317c93b19d93cce02e8485c19f
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Wed Jan 9 08:45:43 2019 +0100

    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.

 panels/notifications/cc-notifications-panel.ui | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/panels/notifications/cc-notifications-panel.ui b/panels/notifications/cc-notifications-panel.ui
index 1298bb164..9bddb7da6 100644
--- a/panels/notifications/cc-notifications-panel.ui
+++ b/panels/notifications/cc-notifications-panel.ui
@@ -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" />


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]