/[smeserver]/rpms/anaconda/sme8/0012-Make-install-window-wider.patch
ViewVC logotype

Contents of /rpms/anaconda/sme8/0012-Make-install-window-wider.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Mon Jun 7 14:25:13 2010 UTC (14 years ago) by slords
Branch: MAIN
Changes since 1.2: +1 -1 lines
* Mon Jun 07 2010 Shad L. Lords <slords@mail.com> 11.1.2.209-1.sme
- Fix mkinitrd part of no kernel patch so dd works [SME: 6031]

1 From f26b045b6e2f23464fe9214a15820cd843429a85 Mon Sep 17 00:00:00 2001
2 From: Shad L. Lords <slords@mail.com>
3 Date: Mon, 19 Oct 2009 08:36:27 -0600
4 Subject: [PATCH] Make install window wider
5
6 ---
7 textw/progress_text.py | 4 ++--
8 1 files changed, 2 insertions(+), 2 deletions(-)
9
10 diff --git a/textw/progress_text.py b/textw/progress_text.py
11 index ed180c2..9d6585d 100644
12 --- a/textw/progress_text.py
13 +++ b/textw/progress_text.py
14 @@ -115,8 +115,8 @@ class InstallProgressWindow:
15
16 currow = 0
17
18 - width = 47 + max (len (name), len (size), len (sum))
19 - self.name = Label(" " * 48)
20 + width = 60 + max (len (name), len (size), len (sum))
21 + self.name = Label(" " * 59)
22 self.size = Label(" ")
23 detail = Grid(2, 2)
24 detail.setField(Label(name), 0, 0, anchorLeft = 1)
25 --
26 1.5.5.6
27

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed