summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-02 18:51:24 +0000
committerMatt Wilson <msw@redhat.com>2001-07-02 18:51:24 +0000
commit7cf8007d88b932ca98a22b36bc0dbba424764c8f (patch)
tree3c7901c6046b77c8fca94981492dd1321e63a964 /iw
parent289f41f02050ec540c821e417528303d8e82eaba (diff)
downloadanaconda-7cf8007d88b932ca98a22b36bc0dbba424764c8f.tar.gz
anaconda-7cf8007d88b932ca98a22b36bc0dbba424764c8f.tar.xz
anaconda-7cf8007d88b932ca98a22b36bc0dbba424764c8f.zip
make it larger to show more info
Diffstat (limited to 'iw')
-rw-r--r--iw/partition_gui.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/iw/partition_gui.py b/iw/partition_gui.py
index 7d116a820..618f3be41 100644
--- a/iw/partition_gui.py
+++ b/iw/partition_gui.py
@@ -1377,7 +1377,8 @@ class AutoPartitionWindow(InstallWindow):
drivesbox.pack_start(label, FALSE, FALSE, 10)
self.driveclist = createAllowedDrivesClist(id.diskset.disks,
cleardrives)
- self.driveclist.set_usize(200, -1)
+ # XXX bad use of usize
+ self.driveclist.set_usize(300, -1)
align = GtkAlignment()
align.add(self.driveclist)