From e56149a786b7152ef9a8e43182ab5fc0ac076f97 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 16 Feb 2009 16:36:54 -0600 Subject: [PATCH] screen-profiles: remove the scroll bar on the help page, Bug #330276 --- debian/changelog | 8 +++++++- screen-profiles | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 446ad55f..27e8826f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,15 @@ +screen-profiles (1.24-0ubuntu1) jaunty; urgency=low + + * screen-profiles: remove the scroll bar on the help page, LP: #330276 + + -- Dustin Kirkland Mon, 16 Feb 2009 16:34:32 -0600 + screen-profiles (1.23-0ubuntu1) jaunty; urgency=low * profiles/common, profiles/plain: remove double-sourcing of /etc/screenrc, LP: #328365 - -- Dustin Kirkland Wed, 11 Feb 2009 22:34:36 -0600 + -- Dustin Kirkland Wed, 11 Feb 2009 23:26:46 -0600 screen-profiles (1.22-0ubuntu1) jaunty; urgency=low diff --git a/screen-profiles b/screen-profiles index 4fe1471c..a4b93cb9 100755 --- a/screen-profiles +++ b/screen-profiles @@ -110,7 +110,7 @@ def help(screen, size, config): text=text.replace("", getesckey(), 1) - t = Textbox(70, 14, text, scroll=1) + t = Textbox(70, 14, text, scroll=0) bb = ButtonBar(screen, ((_("Back"), )), compact = 1) g = GridForm(screen, _("Screen Profiles Help"), 1, 3) g.add(t, 0, 0, padding=(0,0,0,0))