diff options
Diffstat (limited to 'debian/patches/lp1690541-details-open-twice.patch')
-rw-r--r-- | debian/patches/lp1690541-details-open-twice.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/lp1690541-details-open-twice.patch b/debian/patches/lp1690541-details-open-twice.patch new file mode 100644 index 0000000..329515f --- /dev/null +++ b/debian/patches/lp1690541-details-open-twice.patch @@ -0,0 +1,12 @@ +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 +@@ -395,6 +395,7 @@ class AptTerminal(Vte.Terminal): + self._master, self._slave = pty.openpty() + self._ttyname = os.ttyname(self._slave) + self.set_size(80, 24) ++ self.set_vexpand(True) + self.set_pty(Vte.Pty.new_foreign_sync(self._master)) + if transaction is not None: + self.set_transaction(transaction) |