After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 583241 - better default filechooser size for the "missing media" dialog
better default filechooser size for the "missing media" dialog
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal minor
: 0.13.2
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-19 19:11 UTC by Jean-François Fortin Tam
Modified: 2009-07-29 06:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2009-05-19 19:11:24 UTC
The filechooser dialog size seems to be constrained by pitivi (gtk is buggy, but not *that* buggy on 100% of tries).

<bilboed> I looked at the code and couldn't see any specific size
<nekohayo> my guess is that you had a filechooser widget inside a regular gtk dialog/window?
<bilboed> good point
<nekohayo> and that window doesn't have a size request or something
Comment 1 Brandon Lewis 2009-07-28 22:20:07 UTC
commit 01795033a4e164514cc9a2617f2af3dbdc580b07
Author: Brandon Lewis <brandon_lewis@berkeley.edu>
Date:   Tue Jul 28 14:09:03 2009 -0700

    mainwindow.py: increase size of missing file dialog.
    
    closes bug 583241