aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/lp1623856-window-height.patch
blob: a0428950aed768764e8ed0130ab355754ef70e36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Set the minimum scrolled window height
Author: Martin Wimpress
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1623856

=== modified file 'aptdaemon/gtk3widgets.py'
--- a/aptdaemon/gtk3widgets.py
+++ b/aptdaemon/gtk3widgets.py
@@ -338,6 +338,7 @@
         self.download_scrolled.set_policy(Gtk.PolicyType.NEVER,
                                           Gtk.PolicyType.AUTOMATIC)
         self.download_scrolled.add(self.download_view)
+        self.download_scrolled.set_min_content_height(200)
         hbox = Gtk.HBox()
         hbox.pack_start(self.download_scrolled, True, True, 0)
         if self.terminal: