Package: reportbug
Version: 3.33
Severity: minor
Tags: patch
 
When using the urwid UI, the buttons column (at the left side) is too wide,
making the bugs titles (at the right side) hard to read.   The patch
attached below makes the interface looks much better for me.

Also, the severity list suffers from the same problem.

Rafael

-- Package-specific info:
** Environment settings:
EDITOR="jed"
DEBEMAIL="[EMAIL PROTECTED]"
EMAIL="[EMAIL PROTECTED]"
INTERFACE="urwid"

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages reportbug depends on:
ii  python                        2.4.4-2    An interactive high-level object-o
ii  python-central                0.5.12     register and build utility for Pyt

reportbug recommends no packages.

-- no debconf information
--- reportbug_ui_urwid.py       2007-01-14 21:39:58.000000000 +0100
+++ reportbug_ui_urwid.py-new   2007-03-17 23:13:50.000000000 +0100
@@ -453,7 +453,7 @@
 ##         widgets.append((e, None))
 
     box = listdialog(par, widgets, height=('relative', 80),
-                     title=title, buttonwidth=30)
+                     title=title, buttonwidth=12)
     if quitlabel:
         box.add_buttons( [(oklabel, 0), (cancellabel, -1), (quitlabel, -2)] )
     else:

Reply via email to