From 22b47d8f27c3d4558f1df2d79cad7a63fd7cc871 Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Sat, 26 Aug 2023 16:01:54 +0600 Subject: Drop unused patches Signed-off-by: Mubashshir --- debian/patches/lp1689668-config-file-window.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 debian/patches/lp1689668-config-file-window.patch (limited to 'debian/patches/lp1689668-config-file-window.patch') diff --git a/debian/patches/lp1689668-config-file-window.patch b/debian/patches/lp1689668-config-file-window.patch deleted file mode 100644 index 15d05c5..0000000 --- a/debian/patches/lp1689668-config-file-window.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: aptdaemon-1.1.1+bzr982/aptdaemon/gtk3widgets.py -=================================================================== ---- aptdaemon-1.1.1+bzr982.orig/aptdaemon/gtk3widgets.py -+++ aptdaemon-1.1.1+bzr982/aptdaemon/gtk3widgets.py -@@ -1066,7 +1066,7 @@ class AptConfigFileConflictDialog(_Expan - "the configuration file?") % from_path - msg = _("If you don't know why the file is there already, it is " - "usually safe to replace it.") -- scrolled = Gtk.ScrolledWindow() -+ scrolled = Gtk.ScrolledWindow(hexpand=True, vexpand=True) - scrolled.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC) - scrolled.set_shadow_type(Gtk.ShadowType.ETCHED_IN) - self.diffview = DiffView() -- cgit v1.2.3