On Fri, Sep 25, 2009 at 05:01:11PM -0400, Chris Lumens wrote: > > @@ -1446,6 +1470,7 @@ class PartitionWindow(InstallWindow): > > self.populate(initial = 1) > > > > # Create the top scroll window > > + # We don't actually need a *scroll* window but nuthing else worked. > > hadj = gtk.Adjustment(step_incr = 5.0) > > vadj = gtk.Adjustment(step_incr = 5.0) > > swt = gtk.ScrolledWindow(hadjustment = hadj, vadjustment = vadj) > > @@ -1453,10 +1478,6 @@ class PartitionWindow(InstallWindow): > > What problem were you seeing here? I forget. I think it didn't show the image. A scroll window is also good for when the image is too big. When this happens it wont take up the whole screen and one can still use the customization screen. Regards. > > Besides this, the rest of the patch looks okay. > > - Chris > > _______________________________________________ > Anaconda-devel-list mailing list > Anaconda-devel-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/anaconda-devel-list -- Joel Andres Granados Brno, Czech Republic, Red Hat.
Attachment:
pgpgI7R8qZq5Q.pgp
Description: PGP signature
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list