From b0ee436e59dac718c6ee96a7fa23cadf75b8b065 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 27 Apr 2005 22:07:00 +0000 Subject: 2005-04-27 Jeremy Katz * textw/partition_text.py (PartitionWindow.__call__): Give a little bit more room for cylinder #s (#119767) --- ChangeLog | 3 +++ textw/partition_text.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 29a5492bc..d7eef261c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-04-27 Jeremy Katz + * textw/partition_text.py (PartitionWindow.__call__): Give a + little bit more room for cylinder #s (#119767) + * gui.py (InstallInterface.run): Don't set SUPPORTED unnecessarily (#155847) * language.py (Language.getDefault): Likewise. diff --git a/textw/partition_text.py b/textw/partition_text.py index 2282815f2..f60cc10c9 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -1430,7 +1430,7 @@ class PartitionWindow: self.g = GridFormHelp(screen, _("Partitioning"), "partition", 1, 5) self.lb = CListbox(height=10, cols=6, - col_widths=[17,5,5,7,10,12], + col_widths=[17,6,6,7,10,12], scroll=1, returnExit = 1, width=70, col_pad=2, col_labels=[_('Device'), _('Start'), _('End'), _('Size'), _('Type'), _('Mount Point')], -- cgit