screen-profiles: remove the scroll bar on the help page, Bug #330276

This commit is contained in:
Dustin Kirkland 2009-02-16 16:36:54 -06:00
commit e56149a786
2 changed files with 8 additions and 2 deletions

8
debian/changelog vendored
View file

@ -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 <kirkland@ubuntu.com> Mon, 16 Feb 2009 16:34:32 -0600
screen-profiles (1.23-0ubuntu1) jaunty; urgency=low screen-profiles (1.23-0ubuntu1) jaunty; urgency=low
* profiles/common, profiles/plain: remove double-sourcing of /etc/screenrc, * profiles/common, profiles/plain: remove double-sourcing of /etc/screenrc,
LP: #328365 LP: #328365
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Feb 2009 22:34:36 -0600 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Feb 2009 23:26:46 -0600
screen-profiles (1.22-0ubuntu1) jaunty; urgency=low screen-profiles (1.22-0ubuntu1) jaunty; urgency=low

View file

@ -110,7 +110,7 @@ def help(screen, size, config):
text=text.replace("<esckey>", getesckey(), 1) text=text.replace("<esckey>", getesckey(), 1)
t = Textbox(70, 14, text, scroll=1) t = Textbox(70, 14, text, scroll=0)
bb = ButtonBar(screen, ((_("Back"), )), compact = 1) bb = ButtonBar(screen, ((_("Back"), )), compact = 1)
g = GridForm(screen, _("Screen Profiles Help"), 1, 3) g = GridForm(screen, _("Screen Profiles Help"), 1, 3)
g.add(t, 0, 0, padding=(0,0,0,0)) g.add(t, 0, 0, padding=(0,0,0,0))