[Bug 315847] Re: web import: pix chooser window incredibly large

Thomas M. Hinkle Thomas_Hinkle at alumni.brown.edu
Sat Jan 10 22:12:12 UTC 2009


Quite strange -- I've never seen this on my system. Those images should
be going into a window with a vertical scrollbar. Perhaps there's a GTK
issue?

I don't believe the relevant code has changed in some time... Take a
look at line 148 of ImageBrowser.py

    def setup_dialog (self, *args, **kwargs):
        ModalDialog.setup_dialog(self,*args,**kwargs)
        self.ib = ImageBrowser()
        self.ib.connect('selection-changed',self.selection_changed_cb)
        self.ib.connect('item-activated',self.okcb)
        self.sw = gtk.ScrolledWindow()
        self.pb = gtk.ProgressBar()
        self.vbox.pack_end(self.sw)
        self.vbox.pack_end(self.pb,expand=False)
        self.ib.progressbar = self.pb
        self.sw.add(self.ib)
        self.sw.show_all()
        self.sw.set_policy(gtk.POLICY_AUTOMATIC,gtk.POLICY_AUTOMATIC)


That all looks correct and clearly sets up the IconView inside a scrolled window...

-- 
web import: pix chooser window incredibly large
https://bugs.launchpad.net/bugs/315847
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list