[pitivi: 8/9] mainwindow.py: increase size of missing file dialog.



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

 pitivi/ui/mainwindow.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/ui/mainwindow.py b/pitivi/ui/mainwindow.py
index 7c121ba..f258c7b 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -789,6 +789,7 @@ class PitiviMainWindow(gtk.Window, Loggable):
         dialog.get_content_area().pack_start(chooser, True, True)
         chooser.show()
 
+        dialog.set_size_request(640, 480)
         response = dialog.run()
 
         if response == gtk.RESPONSE_OK:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]