pidgin/pidgin

Add a scrolled window around the notification list
gtk4
22 months ago, Elliott Sales de Andrade
41e499623fc0
Parents 2e2adf4729e7
Children 8d14b5f6585e
Add a scrolled window around the notification list

Otherwise, the window is locked to however many notifications tall you have.

Testing Done:
Enabled my account with ~20 add requests, window was not stuck to 1.5 screens tall.

Reviewed at https://reviews.imfreedom.org/r/1661/
--- a/pidgin/resources/Conversations/window.ui Fri Aug 26 03:51:08 2022 -0500
+++ b/pidgin/resources/Conversations/window.ui Fri Aug 26 03:51:35 2022 -0500
@@ -108,8 +108,12 @@
<object class="GtkStackPage">
<property name="name">__notifications__</property>
<property name="child">
- <object class="PidginNotificationList" id="notification_list">
- <property name="orientation">vertical</property>
+ <object class="GtkScrolledWindow">
+ <child>
+ <object class="PidginNotificationList" id="notification_list">
+ <property name="orientation">vertical</property>
+ </object>
+ </child>
</object>
</property>
</object>