diff options
author | 2023-08-26 16:01:54 +0600 | |
---|---|---|
committer | 2023-08-26 16:01:54 +0600 | |
commit | 22b47d8f27c3d4558f1df2d79cad7a63fd7cc871 (patch) | |
tree | 4f9e55dec008a3f1de61cabfb577fe254ae6e36e /debian/patches/lp1623856-window-height.patch | |
parent | 70faa8e9a0ff3cba74b4f753e257d56b768fcbd2 (diff) | |
download | aptdaemon-22b47d8f27c3d4558f1df2d79cad7a63fd7cc871.tar.gz aptdaemon-22b47d8f27c3d4558f1df2d79cad7a63fd7cc871.zip |
Drop unused patches
Signed-off-by: Mubashshir <ahm@jadupc.com>
Diffstat (limited to 'debian/patches/lp1623856-window-height.patch')
-rw-r--r-- | debian/patches/lp1623856-window-height.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/lp1623856-window-height.patch b/debian/patches/lp1623856-window-height.patch deleted file mode 100644 index a042895..0000000 --- a/debian/patches/lp1623856-window-height.patch +++ /dev/null @@ -1,15 +0,0 @@ -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: |